Skip to content

Commit 7e68ac3

Browse files
nlarchejonathanglasmeyer
authored andcommitted
chore(lib): change version requirement for passing-config deps to any version
In order to trigger greenkeeper less often, dependencies that are required only from the files in the folder test/passing-configs are wild carded closes #51
1 parent b5cc7f6 commit 7e68ac3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,28 +58,28 @@
5858
"brace-expansion": "1.1.3",
5959
"codecov": "1.0.1",
6060
"commitizen": "^2.7.6",
61-
"compression-webpack-plugin": "0.3.1",
62-
"copy-webpack-plugin": "2.1.3",
61+
"compression-webpack-plugin": "*",
62+
"copy-webpack-plugin": "*",
6363
"cz-conventional-changelog": "^1.1.5",
6464
"eslint": "2.8.0",
6565
"eslint-config-jonathanewerner": "1.0.1",
66-
"extract-text-webpack-plugin": "1.0.1",
66+
"extract-text-webpack-plugin": "*",
6767
"ghooks": "1.2.1",
6868
"glob": "7.0.3",
69-
"html-webpack-plugin": "2.16.0",
69+
"html-webpack-plugin": "*",
7070
"mocha": "2.4.5",
7171
"npm-run-all": "1.8.0",
7272
"nyc": "6.4.0",
73-
"path-here": "1.1.0",
73+
"path-here": "*",
7474
"path-parse": "1.0.5",
7575
"power-assert": "1.3.1",
7676
"rimraf": "2.5.2",
7777
"semantic-release": "^4.3.5",
7878
"sinon": "1.17.3",
7979
"validate-commit-msg": "2.6.1",
80-
"webpack": "1.13.0",
81-
"webpack-md5-hash": "0.0.5",
82-
"webpack-notifier": "1.3.0",
80+
"webpack": "*",
81+
"webpack-md5-hash": "*",
82+
"webpack-notifier": "*",
8383
"with-package": "0.2.0"
8484
},
8585
"keywords": [

0 commit comments

Comments
 (0)