Skip to content

Commit

Permalink
Had dtrace-provider as a dev dependency (sigh)
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Feb 19, 2019
1 parent 9d66220 commit 4b0cebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woodland",
"version": "7.4.0",
"version": "7.4.1",
"description": "Lightweight HTTP/HTTP2 router with automatic `Allow` & `CORS` headers",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,12 +31,12 @@
},
"homepage": "http://avoidwork.github.io/woodland/",
"dependencies": {
"dtrace-provider": "^0.8.7",
"precise": "^1.1.0",
"tiny-coerce": "^1.1.1",
"tiny-fifo": "^1.1.1"
},
"devDependencies": {
"dtrace-provider": "^0.8.7",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-eslint": "^21.0.0",
Expand Down

0 comments on commit 4b0cebe

Please sign in to comment.