Skip to content

Commit

Permalink
make is-reference a devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 11, 2018
1 parent 728d2fa commit 4f1bba3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"eslint-plugin-import": "^2.2.0",
"estree-walker": "^0.5.1",
"glob": "^7.1.1",
"is-reference": "^1.1.0",
"jsdom": "^11.1.0",
"locate-character": "^2.0.0",
"magic-string": "^0.22.3",
Expand Down Expand Up @@ -87,8 +88,5 @@
],
"sourceMap": true,
"instrument": true
},
"dependencies": {
"is-reference": "^1.1.0"
}
}

0 comments on commit 4f1bba3

Please sign in to comment.