Skip to content

Commit

Permalink
Removing ^ from all dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Oct 27, 2016
1 parent 26d40d1 commit 46f1669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-install",
"version": "1.7.2",
"version": "1.7.3",
"description": "Auto installs dependencies as you code",
"keywords": "auto, dependencies, install, package, watch",
"homepage": "https://github.com/siddharthkp/auto-install#readme",
Expand Down Expand Up @@ -33,9 +33,9 @@
"yargs": "6.3.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"babel-cli": "6.14.0",
"babel-preset-es2015": "6.14.0",
"chai": "3.5.0",
"eslint": "3.8.1",
"eslint-config-airbnb": "12.0.0",
"eslint-plugin-import": "1.16.0",
Expand Down

0 comments on commit 46f1669

Please sign in to comment.