Skip to content

Commit 9851713

Browse files
author
Renato França
committed
build(package.json): Update the build configuration.
1 parent 52a88ff commit 9851713

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

package.json

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
{
22
"name": "@frannca/ngx-image-cropper",
33
"version": "0.0.0-development",
4+
"author": "Frannca",
5+
"license": "MIT",
6+
"keywords": [
7+
"angular",
8+
"angular2",
9+
"angular4",
10+
"angular6",
11+
"ngx",
12+
"image",
13+
"cropper"
14+
],
15+
"scripts": {
16+
"build": "ng-packagr -p package.json",
17+
"travis-deploy-once": "travis-deploy-once",
18+
"semantic-release": "cd dist && ls && semantic-release"
19+
},
420
"peerDependencies": {
521
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
622
"@angular/core": "^6.0.0-rc.0 || ^6.0.0",
723
"ngx-img-cropper": "^0.10.2",
824
"jquery": "^3.3.1"
925
},
10-
"scripts": {
11-
"semantic-release": "semantic-release",
12-
"travis-deploy-once": "travis-deploy-once"
13-
},
1426
"repository": {
1527
"type": "git",
1628
"url": "https://github.com/Frannca/ngx-image-cropper.git"

0 commit comments

Comments
 (0)