Skip to content

Commit

Permalink
Remove unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pboyd04 committed Nov 18, 2016
1 parent 2b5363d commit ee0c7f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "CSDLParser",
"version": "0.1.2",
"version": "0.1.3",
"description": "CSDL Metadata Parser",
"main": "./index",
"main": "./index.js",
"scripts": {
"test": "nodeunit test",
"coverage": "jscoverage lib && set CSDL_COV=1 && nodeunit --reporter=lcov test",
Expand All @@ -19,8 +19,7 @@
},
"dependencies": {
"libxmljs-mt": "^0.18.0",
"request": "^2.78.0",
"wait.for": "^0.6.6"
"request": "^2.78.0"
},
"devDependencies": {
"nodeunit": "0.9.0"
Expand Down

0 comments on commit ee0c7f8

Please sign in to comment.