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 f526179 commit 7c2e118Copy full SHA for 7c2e118
README.md
@@ -6,7 +6,7 @@ A collection of ES6 shims for polyfiling Exendscript (for es5 shims take a look
6
Currently you can install the package using npm:
7
8
npm init -y
9
- npm install git+https://github.com/ExtendScript/extendscript-es6-shim.git
+ npm install extendscript-es6-shim
10
11
## Usage
12
package.json
@@ -30,5 +30,9 @@
30
"homepage": "https://github.com/ExtendScript/extendscript-es6-shim#readme",
31
"devDependencies": {
32
"cat": "^0.2.0"
33
- }
+ },
34
+ "directories": {
35
+ "test": "test"
36
37
+ "dependencies": {}
38
}
0 commit comments