Skip to content

Commit 88f12af

Browse files
author
fabiantheblind
committed
added engine to package.json
1 parent c357822 commit 88f12af

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

package.json

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/ExtendScript/extendscriptr.git"
2222
},
23-
"keywords": [
24-
"automation",
25-
"build",
26-
"process",
27-
"extendScript",
28-
"indesign",
29-
"illustrator",
30-
"photoshop",
31-
"adobe",
32-
"es2105",
33-
"es6",
34-
"compile"
35-
],
23+
"keywords": ["automation", "build", "process", "extendScript", "indesign", "illustrator", "photoshop", "adobe", "es2105", "es6", "compile"],
3624
"author": "vogelino",
3725
"license": "WTFPL",
3826
"bugs": {
@@ -60,5 +48,9 @@
6048
"commitizen": {
6149
"path": "./node_modules/cz-conventional-changelog"
6250
}
51+
},
52+
"engineStrict": true,
53+
"engines": {
54+
"npm": ">=3.0.0"
55+
}
6356
}
64-
}

0 commit comments

Comments
 (0)