Skip to content

Commit e486496

Browse files
authored
Merge pull request #281 from DanCunnington/cleanup
nan and node-gyp to devDependencies
2 parents 73049f6 + d90af22 commit e486496

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@
66
"node-hc": "bin/appmetrics-cli.js"
77
},
88
"dependencies": {
9-
"nan": "2.x",
10-
"node-gyp": "2.x",
119
"tar": "2.x"
1210
},
1311
"devDependencies": {
12+
"nan": "2.x",
13+
"node-gyp": "2.x",
1414
"tap": "^5.7.x"
1515
},
1616
"scripts": {
1717
"test": "tap --reporter tap tests/api_tests.js",
1818
"install": "node-gyp rebuild"
1919
},
2020
"directories": {
21-
"licenses": "licenses",
2221
"lib": "lib",
2322
"probes": "probes"
2423
},
@@ -27,5 +26,5 @@
2726
"url": "git://github.com/RuntimeTools/appmetrics.git"
2827
},
2928
"author": "",
30-
"license": "Apache-2.0 and proprietary"
29+
"license": "Apache-2.0"
3130
}

0 commit comments

Comments
 (0)