Skip to content

Commit

Permalink
make all versions flexible again
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Apr 24, 2016
1 parent dcc8bd7 commit dad2996
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@
"babel-plugin-transform-inline-environment-variables": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"es5-shim": "4.3.1",
"es5-shim": "^4.3.1",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-config-jss": "^1.0.0",
"eslint-plugin-react": "^5.0.1",
"json-loader": "^0.5.4",
"karma": "0.13.19",
"karma": "^0.13.19",
"karma-browserstack-launcher": "^0.1.7",
"karma-chrome-launcher": "0.2.0",
"karma-coverage": "0.5.3",
"karma-firefox-launcher": "0.1.7",
"karma-qunit": "0.1.7",
"karma-safari-launcher": "0.1.1",
"karma-sourcemap-loader": "0.3.5",
"karma-webpack": "1.7.0",
"lodash": "3.10.1",
"qunitjs": "1.20.0",
"webpack": "1.12.2"
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-qunit": "^0.1.7",
"karma-safari-launcher": "^0.1.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"lodash": "^3.10.1",
"qunitjs": "^1.20.0",
"webpack": "^1.12.2"
},
"scripts": {
"all": "npm run lint && npm run test && npm run build",
Expand Down

0 comments on commit dad2996

Please sign in to comment.