Skip to content

Commit

Permalink
Use caret semver for devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmcmlxxvi committed Jun 22, 2019
1 parent 93b4c08 commit 2c1f3f7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
"geojson-rbush": "3.1.2"
},
"devDependencies": {
"coveralls": "3.0.4",
"eslint": "6.0.0",
"eslint-config-google": "0.13.0",
"esm": "3.2.25",
"glob": "7.1.4",
"load-json-file": "6.1.0",
"np": "5.0.3",
"npm-run-all": "4.1.5",
"nyc": "14.1.1",
"path": "0.12.7",
"remark-cli": "6.0.1",
"remark-preset-lint-markdown-style-guide": "2.1.3",
"rollup": "1.16.2",
"rollup-plugin-commonjs": "10.0.0",
"rollup-plugin-node-resolve": "5.0.4",
"rollup-plugin-terser": "5.0.0",
"tap": "14.2.5"
"coveralls": "^3.0.4",
"eslint": "^6.0.0",
"eslint-config-google": "^0.13.0",
"esm": "^3.2.25",
"glob": "^7.1.4",
"load-json-file": "^6.1.0",
"np": "^5.0.3",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"path": "^0.12.7",
"remark-cli": "^6.0.1",
"remark-preset-lint-markdown-style-guide": "^2.1.3",
"rollup": "^1.16.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.4",
"rollup-plugin-terser": "^5.0.0",
"tap": "^14.2.5"
},
"remarkConfig": {
"plugins": [
Expand Down

0 comments on commit 2c1f3f7

Please sign in to comment.