Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkp committed Oct 3, 2015
2 parents 79fa7e9 + 1e0ce6d commit 3ac5c41
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"es6"
],
"dependencies": {
"react": "^0.13.3",
"react-vendor-prefix": "^0.0.1"
"react": "0.13.3",
"react-vendor-prefix": "0.0.1"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"chai": "^3.3.0",
"coveralls": "^2.11.4",
"express": "^4.13.3",
"mochify": "^2.13.0",
"mochify-istanbul": "^2.3.0",
"react-tools": "^0.13.3",
"watchify": "^3.4.0"
"babel": "5.8.23",
"babel-eslint": "4.1.3",
"babelify": "6.3.0",
"browserify": "11.2.0",
"chai": "3.3.0",
"coveralls": "2.11.4",
"express": "4.13.3",
"mochify": "2.13.0",
"mochify-istanbul": "2.3.0",
"react-tools": "0.13.3",
"watchify": "3.4.0"
},
"scripts": {
"compile": "babel -d lib/ src/",
Expand Down

0 comments on commit 3ac5c41

Please sign in to comment.