summarylogtreecommitdiffstats
path: root/no-scripts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no-scripts.patch')
-rw-r--r--no-scripts.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/no-scripts.patch b/no-scripts.patch
new file mode 100644
index 000000000000..12662e9743c9
--- /dev/null
+++ b/no-scripts.patch
@@ -0,0 +1,21 @@
+--- 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",