Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from claudiuconstantin/Maintenance
Browse files Browse the repository at this point in the history
npm packages updates
  • Loading branch information
claudiuconstantin authored Mar 6, 2019
2 parents c2d3ca0 + 47ecfd6 commit 5d73919
Show file tree
Hide file tree
Showing 4 changed files with 728 additions and 585 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
"lint": "ng lint",
"e2e": "ng e2e",
"build_lib": "ng build cron-editor",
"build": "ng build cron-editor && ng build --prod",
"build": "ng build cron-editor && ng build --prod",
"start": "yarn run build_lib && ng serve",

"copy-license": "copy .\\LICENSE.md .\\dist\\cron-editor",
"copy-readme": "copy .\\README.md .\\dist\\cron-editor",
"copy-files": "npm run copy-license && npm run copy-readme",
Expand Down
6 changes: 3 additions & 3 deletions projects/cron-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "claudiu@fastmail.com",
"url": "https://claudiuconstantin.com"
},
"version": "2.0.0-beta",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"quartz"
],
"peerDependencies": {
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0"
"@angular/common": "~7.1.1",
"@angular/core": "^7.1.1"
}
}
4 changes: 4 additions & 0 deletions projects/cron-editor/yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


Loading

0 comments on commit 5d73919

Please sign in to comment.