Skip to content

Commit

Permalink
fix: make flow-runtime a dev dependency (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
salzhrani authored and gajus committed Jan 31, 2017
1 parent ef95223 commit 833d7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"license": "BSD-3-Clause",
"dependencies": {
"flow-runtime": "0.0.6",
"immutable": "^3.8.1"
},
"devDependencies": {
Expand All @@ -34,6 +33,7 @@
"chai": "^3.5.0",
"eslint": "^3.13.1",
"eslint-config-canonical": "^6.0.0",
"flow-runtime": "0.0.6",
"husky": "^0.12.0",
"mocha": "^3.2.0",
"semantic-release": "^6.3.2"
Expand Down

0 comments on commit 833d7ce

Please sign in to comment.