Skip to content

Commit f742045

Browse files
hanslfilipesilva
authored andcommitted
build: add build-optimizer and purify bins to devkit package.json
So that when you npm link you can use those.
1 parent 1d90028 commit f742045

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

bin/build-optimizer

100644100755
File mode changed.

bin/purify

100644100755
File mode changed.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.0.0",
44
"description": "Software Development Kit for Angular",
55
"bin": {
6+
"build-optimizer": "./bin/build-optimizer",
67
"devkit-admin": "./bin/devkit-admin",
8+
"purify": "./bin/purify",
79
"schematics": "./bin/schematics"
810
},
911
"keywords": [

0 commit comments

Comments
 (0)