Skip to content

Commit e65aa50

Browse files
committed
next version is 0.6.6
1 parent 54b0fdc commit e65aa50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asconfigc",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"description": "Compiles an ActionScript/MXML project configured with asconfig.json",
55
"author": "Josh Tynjala",
66
"repository": "BowlerHatLLC/asconfigc",
@@ -33,8 +33,8 @@
3333
},
3434
"devDependencies": {},
3535
"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",
3838
"prepublish": "npm test"
3939
}
4040
}

0 commit comments

Comments
 (0)