22 lines
769 B
Diff
22 lines
769 B
Diff
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -14,18 +14,6 @@
|
|
"bin": {
|
|
"apm": "bin/apm"
|
|
},
|
|
- "scripts": {
|
|
- "check-version": "node script/check-version.js",
|
|
- "clean:bin": "shx rm -rf bin/node_darwin_x64 bin/node.exe bin/node",
|
|
- "clean:lib": "shx rm -rf lib && shx mkdir -p lib",
|
|
- "clean": "npm run clean:lib && npm run clean:bin",
|
|
- "lint": "coffeelint src spec",
|
|
- "coffee": "coffee --compile --output lib src",
|
|
- "build": "npm run clean:lib && npm run coffee",
|
|
- "prepare": "npm run build",
|
|
- "postinstall": "node script/postinstall.js",
|
|
- "test": "npm run check-version && npm run lint && jasmine-focused --captureExceptions --coffee spec"
|
|
- },
|
|
"dependencies": {
|
|
"@atom/plist": "0.4.4",
|
|
"asar-require": "0.3.0",
|