Skip to content

Commit 7c2e118

Browse files
author
fabianmoronzirfas
committed
to the registry
1 parent f526179 commit 7c2e118

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A collection of ES6 shims for polyfiling Exendscript (for es5 shims take a look
66
Currently you can install the package using npm:
77

88
npm init -y
9-
npm install git+https://github.com/ExtendScript/extendscript-es6-shim.git
9+
npm install extendscript-es6-shim
1010

1111
## Usage
1212

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
"homepage": "https://github.com/ExtendScript/extendscript-es6-shim#readme",
3131
"devDependencies": {
3232
"cat": "^0.2.0"
33-
}
33+
},
34+
"directories": {
35+
"test": "test"
36+
},
37+
"dependencies": {}
3438
}

0 commit comments

Comments
 (0)