Skip to content

Commit 502d36b

Browse files
author
fabianmoronzirfas
committed
bumped version getting ready for publish
1 parent 8213dbf commit 502d36b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "extendscript-es5-shim",
3-
"version": "0.0.1",
2+
"name": "y",
3+
"version": "0.1.0",
44
"description": "a collection of useful es5-shims for Extendscript",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"bundle":"node bin/concat.js"
8+
"bundle": "node bin/concat.js"
99
},
1010
"repository": {
1111
"type": "git",
@@ -29,5 +29,10 @@
2929
"homepage": "https://github.com/ExtendScript/extendscript-es5-shim#readme",
3030
"devDependencies": {
3131
"cat": "^0.2.0"
32-
}
32+
},
33+
"bin": {
34+
"y": "concat.js"
35+
},
36+
"dependencies": {},
37+
"author": "Fabian Morón Zirfas <[email protected]> (http://fabianmoronzirfas.me)"
3338
}

0 commit comments

Comments
 (0)