Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit 910c469

Browse files
committed
Remove unused scripts and update version
1 parent af51f62 commit 910c469

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
{
22
"name": "ng-bootstrap-form-validation",
3-
"version": "0.0.8",
3+
"version": "1.0.1",
44
"description": "README, an Angular library",
55
"main": "dist/ng-bootstrap-form-validation.bundle.js",
66
"scripts": {
77
"init": "ngl i",
8-
"build": "npm run build:copy && npm run build:aot && npm run build:pack && npm run copy:package",
8+
"build": "npm run build:copy && npm run build:aot && npm run build:pack",
99
"build:aot": "ngc -p tsconfig.build.json",
1010
"build:copy": "node ./tasks/copy-build && node ./tasks/inline-resources",
11-
"build:link": "npm run unlink && npm run build && npm run link",
1211
"build:pack": "webpack --config ./webpack/webpack.build.js",
13-
"copy:package": "copyfiles -f src/package.json dist",
1412
"g": "node ./node_modules/angular-librarian",
15-
"link": "cd dist && npm link && cd ..",
1613
"lint": "tslint ./src/**/*.ts",
1714
"postbuild": "rimraf build",
1815
"prebuild": "rimraf dist",
1916
"pretagVersion": "npm run build",
2017
"start": "webpack-dev-server --config ./webpack/webpack.dev.js",
2118
"tagVersion": "np",
22-
"test": "node ./tasks/test",
23-
"unlink": "cd dist && npm unlink && cd .."
19+
"test": "node ./tasks/test"
2420
},
2521
"keywords": [],
2622
"author": "",

0 commit comments

Comments
 (0)