Skip to content

Commit ec0405a

Browse files
authored
feat: ng v16 (#763)
This commit is required to release a major version for ng 16. BREAKING CHANGE: Upgraded to ng 16 as part of the previous commit
1 parent 947232a commit ec0405a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "hyperdash-angular",
33
"version": "0.0.0",
4+
"private": true,
45
"scripts": {
56
"ng": "ng",
67
"start": "ng serve",
@@ -16,7 +17,6 @@
1617
"semantic-release": "semantic-release",
1718
"prepare": "husky install"
1819
},
19-
"private": true,
2020
"dependencies": {
2121
"@angular/common": "^16.0.5",
2222
"@angular/core": "^16.0.5",

0 commit comments

Comments
 (0)