Skip to content

Commit d521878

Browse files
committed
chore: release 0.1.0
1 parent 821fc79 commit d521878

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"build": "ng build",
88
"test": "ng test",
99
"lint": "ng lint",
10-
"e2e": "ng e2e"
10+
"e2e": "ng e2e",
11+
"build:lib": "ng build components",
12+
"prepublish": "npm run build:lib",
13+
"publish": "cd dist/components && npm publish --access public"
1114
},
1215
"private": true,
1316
"dependencies": {

projects/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-matero/extensions",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"dependencies": {
55
"@angular/cdk": "~8.2.3",
66
"@angular/material": "~8.2.3",

0 commit comments

Comments
 (0)