This is an automated email from the ASF dual-hosted git repository.
bigosmallm pushed a commit to branch release/0.9.1
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/release/0.9.1 by this push:
new b9a1b32 Fix path of post install script for js-swf npm package
b9a1b32 is described below
commit b9a1b32975cc755475ade761f36993efc8f1f058
Author: Om Muppirala <[email protected]>
AuthorDate: Mon Feb 12 00:03:42 2018 -0800
Fix path of post install script for js-swf npm package
---
npm/js-swf/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/npm/js-swf/package.json b/npm/js-swf/package.json
index 7dc4fe8..3782392 100644
--- a/npm/js-swf/package.json
+++ b/npm/js-swf/package.json
@@ -29,7 +29,7 @@
"wrench": "^1.5.8"
},
"scripts": {
- "postinstall": "node royale-asjs/npm/dependencies/download_dependencies.js"
+ "postinstall": "node
royale-asjs/npm/js-swf/dependencies/download_dependencies.js"
},
"bin": {
"asjsc": "./royale-asjs/js/bin/asjscnpm",
--
To stop receiving notification emails like this one, please contact
[email protected].