@brickhouse-tech/angular-lts 1.9.0 → 1.9.2
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/README.md +4 -4
- package/angular.js +36634 -0
- package/angular.min.js +6 -0
- package/angular.min.js.map +1 -0
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brickhouse-tech/angular-lts",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"branchVersion": "^1.8.0",
|
|
6
6
|
"branchPattern": "1.8.*",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"README.md"
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
|
-
"build": "npx grunt
|
|
28
|
-
"prepublishOnly": "
|
|
27
|
+
"build": "npx grunt validate-angular-files clean buildall write && cp build/angular.js . && npx terser angular.js -o angular.min.js --source-map \"filename=angular.min.js.map\" -c -m",
|
|
28
|
+
"prepublishOnly": "npm run build",
|
|
29
29
|
"lint": "npx grunt eslint",
|
|
30
30
|
"test": "npx grunt test:promises-aplus",
|
|
31
31
|
"test-i18n": "jasmine-node i18n/spec",
|