Skip to content

Commit b2c2f96

Browse files
author
Ben Grynhaus
committed
added scripts to public angular61 version
1 parent e11978d commit b2c2f96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"publish:core:next": "npm publish ./@angular-react/core --access=public --tag next",
4040
"publish:fabric:next": "npm publish ./@angular-react/fabric --access=public --tag next",
4141
"publish:semantic-ui:next": "npm publish ./@angular-react/semantic-ui --access=public --tag next",
42+
"publish:core:angular61": "npm publish ./@angular-react/core --access=public --tag angular61",
43+
"publish:fabric:angular61": "npm publish ./@angular-react/fabric --access=public --tag angular61",
44+
"publish:semantic-ui:angular61": "npm publish ./@angular-react/semantic-ui --access=public --tag angular61",
4245
"clean:docs": "rimraf docs",
4346
"clean:publish": "rimraf @angular-react",
4447
"e2e": "ng e2e",

0 commit comments

Comments
 (0)