Skip to content

Commit

Permalink
Pin most recent major version of dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Jul 20, 2018
1 parent 543b0d8 commit 8c838c9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
21 changes: 14 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -10,16 +10,16 @@
"author": "Jason Sandmeyer",
"main": "./index.js",
"dependencies": {
"lodash": "4.17.10",
"map-stream": "0.1.x",
"lodash": "^4.17.10",
"map-stream": "^0.1.x",
"preprocess": "^3.0.0"
},
"devDependencies": {
"eslint": "5.0.1",
"eslint": "^5.1.0",
"mocha": "*",
"prettier": "1.13.7",
"prettier": "^1.13.7",
"should": "*",
"vinyl": "2.2.0"
"vinyl": "^2.2.0"
},
"engines": {
"node": ">= 0.9.0"
Expand Down

0 comments on commit 8c838c9

Please sign in to comment.