Skip to content

Commit

Permalink
fix(package.json): scriptjs should exist in dependencies
Browse files Browse the repository at this point in the history
* Ref #92
  • Loading branch information
tomchentw committed Nov 16, 2015
1 parent fa51d27 commit 4f3304c
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 @@ -76,13 +76,13 @@
"react": "^0.14.0",
"react-dom": "^0.14.0",
"rimraf": "^2.4.3",
"scriptjs": "^2.5.8",
"tomchentw-npm-dev": "^3.1.0"
},
"dependencies": {
"can-use-dom": "^0.1.0",
"google-maps-infobox": "^1.1.13",
"invariant": "^2.1.1",
"scriptjs": "^2.5.8",
"warning": "^2.1.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 4f3304c

Please sign in to comment.