Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
use ~ (equal minor ver.) instead of ^ (equal major)
Browse files Browse the repository at this point in the history
Hopefully this will prevent future errors similar to #1.
  • Loading branch information
markogresak committed Jan 29, 2016
1 parent 4bc59c4 commit cc81bf7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"author": "Marko Gresak <marko@gresak.io> (http://gresak.io/)",
"license": "MIT",
"devDependencies": {
"react": "^0.14.7",
"ts-loader": "^0.8.0",
"tsd": "^0.6.4",
"typescript": "^1.7.5",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.10.1"
"react": "~0.14.7",
"ts-loader": "~0.8.0",
"tsd": "~0.6.4",
"typescript": "~1.7.5",
"webpack": "~1.12.12",
"webpack-dev-server": "~1.10.1"
}
}

0 comments on commit cc81bf7

Please sign in to comment.