Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76aea08

Browse files
committed
Bump version
1 parent d3c11ae commit 76aea08

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-editor",
3-
"version": "0.15.4",
3+
"version": "0.16.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -11,7 +11,7 @@
1111
"build and watch angular-editor": "ng build angular-editor --watch",
1212
"publish angular-editor": "npm run copy && npm publish ./dist/angular-editor",
1313
"test angular-editor": "ng test angular-editor",
14-
"copy": "cpx \"./README.md ./CHANGELOG.md ./LICENSE\" \"dist/angular-editor/\"",
14+
"copy": "cpx ./README.md dist/angular-editor",
1515
"test-ci": "ng test angular-editor --code-coverage --watch=false --browsers=ChromeHeadless && cat ./coverage/angular-editor/lcov.info | coveralls"
1616
},
1717
"private": true,

projects/angular-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kolkov/angular-editor",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"author": "Andrey Kolkov <[email protected]>",
55
"repository": "https://github.com/kolkov/angular-editor",
66
"license": "MIT",

0 commit comments

Comments
 (0)