We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8213dbf commit 502d36bCopy full SHA for 502d36b
package.json
@@ -1,11 +1,11 @@
1
{
2
- "name": "extendscript-es5-shim",
3
- "version": "0.0.1",
+ "name": "y",
+ "version": "0.1.0",
4
"description": "a collection of useful es5-shims for Extendscript",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "bundle":"node bin/concat.js"
+ "bundle": "node bin/concat.js"
9
},
10
"repository": {
11
"type": "git",
@@ -29,5 +29,10 @@
29
"homepage": "https://github.com/ExtendScript/extendscript-es5-shim#readme",
30
"devDependencies": {
31
"cat": "^0.2.0"
32
- }
+ },
33
+ "bin": {
34
+ "y": "concat.js"
35
36
+ "dependencies": {},
37
+ "author": "Fabian Morón Zirfas <[email protected]> (http://fabianmoronzirfas.me)"
38
}
0 commit comments