Skip to content

Commit b68570e

Browse files
committed
chore: release v14.0.0
1 parent ec7bf6c commit b68570e

File tree

5 files changed

+253
-53
lines changed

5 files changed

+253
-53
lines changed

LICENSE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
MIT License
2+
3+
Copyright BugSplat, All Rights Reserved
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

package-lock.json

Lines changed: 238 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
8-
"build:prod": "ng build --configuration production",
8+
"build:lib": "ng build ngx-animated-counter --configuration production",
99
"build:example": "ng build ngx-animated-counter-example --configuration production --base-href /ngx-animated-counter-example/",
10+
"postbuild:lib": "copyfiles README.md LICENSE.md dist/@bugsplat/ngx-animated-counter",
1011
"test": "ng test",
1112
"lint": "ng lint",
12-
"release": "npm run build:prod && cd dist/@bugsplat/ngx-animated-counter && npm publish -access public"
13+
"prerelease": "npm run build:lib",
14+
"release": "cd dist/@bugsplat/ngx-animated-counter && npm publish -access public"
1315
},
1416
"private": false,
1517
"license": "MIT",
@@ -47,6 +49,7 @@
4749
"@types/node": "^12.11.1",
4850
"@typescript-eslint/eslint-plugin": "^5.36.2",
4951
"@typescript-eslint/parser": "^5.36.2",
52+
"copyfiles": "^2.4.1",
5053
"eslint": "^8.23.0",
5154
"jasmine-core": "~3.6.0",
5255
"jasmine-spec-reporter": "~5.0.0",

0 commit comments

Comments
 (0)