File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " asconfigc" ,
3
- "version" : " 0.6.5 " ,
3
+ "version" : " 0.6.6 " ,
4
4
"description" : " Compiles an ActionScript/MXML project configured with asconfig.json" ,
5
5
"author" : " Josh Tynjala" ,
6
6
"repository" : " BowlerHatLLC/asconfigc" ,
33
33
},
34
34
"devDependencies" : {},
35
35
"scripts" : {
36
- "build" : " asnodec --source-map=true --external-library-path+=typedefs src/ASConfigC.as" ,
37
- "test" : " npm run build && node ./bin/js-release/index.js -p test && cd ./test/fixtures && node ../bin/js-debug/index.js" ,
36
+ "build" : " /Users/joshtynjala/Development/Flex/sdks/flexjs-0.8.0/js/bin/ asnodec --source-map=true --external-library-path+=typedefs src/ASConfigC.as" ,
37
+ "test" : " npm run build && node ./bin/js-release/index.js --sdk /Users/joshtynjala/Development/Flex/sdks/flexjs-0.8.0 - p test && cd ./test/fixtures && node ../bin/js-debug/index.js" ,
38
38
"prepublish" : " npm test"
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments