We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11978d commit b2c2f96Copy full SHA for b2c2f96
package.json
@@ -39,6 +39,9 @@
39
"publish:core:next": "npm publish ./@angular-react/core --access=public --tag next",
40
"publish:fabric:next": "npm publish ./@angular-react/fabric --access=public --tag next",
41
"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",
45
"clean:docs": "rimraf docs",
46
"clean:publish": "rimraf @angular-react",
47
"e2e": "ng e2e",
0 commit comments