Skip to content

Commit

Permalink
Add build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shad1ks committed Jul 6, 2019
1 parent 73f340c commit 280c188
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build"
"build": "ng build",
"build:lib": "ng build ngx-calendar && copy README.md dist\\ngx-calendar && copy LICENSE dist\\ngx-calendar"
},
"private": true,
"dependencies": {
Expand Down
48 changes: 24 additions & 24 deletions projects/ngx-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "ss-ngx-calendar",
"description": "Calendar component for Angular.",
"version": "1.0.0",
"main": "./src/lib/ngx-calendar.component.ts",
"repository": {
"type": "git",
"url": "https://github.com/Shad1ks/ngx-calendar.git"
},
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"moment": "^2.3.0"
},
"keywords": [
"calendar",
"moment",
"angular"
],
"author": "Igor Karpov <shad1ksen@gmail.com> (http://github.com/Shad1ks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shad1ks/ngx-calendar/issues"
},
"homepage": "https://github.com/Shad1ks/ngx-calendar"
"name": "ss-ngx-calendar",
"description": "Calendar component for Angular.",
"version": "1.0.1",
"main": "./src/lib/ngx-calendar.component.ts",
"repository": {
"type": "git",
"url": "https://github.com/Shad1ks/ngx-calendar.git"
},
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"moment": "^2.15.0"
},
"keywords": [
"calendar",
"moment",
"angular"
],
"author": "Igor Karpov <shad1ksen@gmail.com> (http://github.com/Shad1ks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shad1ks/ngx-calendar/issues"
},
"homepage": "https://github.com/Shad1ks/ngx-calendar"
}

0 comments on commit 280c188

Please sign in to comment.