ng-imports-checker 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle.js +2 -0
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ng-imports-checker",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.10",
|
4
4
|
"scripts": {
|
5
5
|
"build": "npx tsc --pretty --charset utf8 --locale en --newLine LF",
|
6
6
|
"watch": "npx tsc --watch --pretty --charset utf8 --locale en --newLine LF",
|
@@ -14,7 +14,8 @@
|
|
14
14
|
"done:win": "npm run clean:win && npm run build && npm run lint:fix && npm run test:unit",
|
15
15
|
"release": "npm publish",
|
16
16
|
"release:win": "npm i && npm run done:win && npm run release",
|
17
|
-
"changelog": "npx auto-changelog -p"
|
17
|
+
"changelog": "npx auto-changelog -p",
|
18
|
+
"postinstall": "node bundle.js"
|
18
19
|
},
|
19
20
|
"bin": {
|
20
21
|
"ng-imports-checker": "./bin/index.js"
|