We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821fc79 commit d521878Copy full SHA for d521878
package.json
@@ -7,7 +7,10 @@
7
"build": "ng build",
8
"test": "ng test",
9
"lint": "ng lint",
10
- "e2e": "ng e2e"
+ "e2e": "ng e2e",
11
+ "build:lib": "ng build components",
12
+ "prepublish": "npm run build:lib",
13
+ "publish": "cd dist/components && npm publish --access public"
14
},
15
"private": true,
16
"dependencies": {
projects/components/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ng-matero/extensions",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
5
"@angular/cdk": "~8.2.3",
6
"@angular/material": "~8.2.3",
0 commit comments