We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3c347 commit 9664af4Copy full SHA for 9664af4
1 file changed
package.json
@@ -125,19 +125,18 @@
125
"Photoshop",
126
"InDesign"
127
],
128
- "scripts": {
129
- "postinstall": "node ./node_modules/vscode/bin/install",
130
- "test": "node ./node_modules/vscode/bin/test"
131
- },
132
"repository": {
133
"type": "git",
134
"url": "https://github.com/rendertom/VSCode-Adobe-Script-Runner.git"
135
},
+ "scripts": {
+ "package": "vsce package"
+ },
136
"devDependencies": {
137
- "typescript": "^2.6.1",
138
- "vscode": "^1.1.6",
139
- "eslint": "^4.11.0",
+ "@types/mocha": "^2.2.42",
140
"@types/node": "^7.0.43",
141
- "@types/mocha": "^2.2.42"
+ "eslint": "^4.11.0",
+ "vsce": "^1.85.1",
+ "vscode": "^1.1.6"
142
}
143
-}
+}
0 commit comments