archive
/
JSFuckify
Archived
1
Fork 0

Lock versions

This commit is contained in:
Jake Howard 2016-03-25 13:14:19 +00:00
parent b1f1ddb8a0
commit 75b6c222af
1 changed files with 7 additions and 7 deletions

View File

@ -21,14 +21,14 @@
},
"devDependencies": {
"browserify": "=13.0.0",
"chai": "^3.5.0",
"chai": "=3.5.0",
"eslint": "=1.5.0",
"eslint-config": "git://github.com/dabapps/eslint-config.git",
"eslint-plugin-react": "^4.2.3",
"istanbul": "^0.4.2",
"jsonlint": "^1.6.2",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
"eslint-plugin-react": "=4.2.3",
"istanbul": "=0.4.2",
"jsonlint": "=1.6.2",
"mocha": "=2.4.5",
"sinon": "=1.17.3",
"sinon-chai": "=2.8.0"
}
}