-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c01835b
commit 1c578fe
Showing
4 changed files
with
2,617 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dest": "lib", | ||
"dest": "dist/lib", | ||
"lib": { | ||
"entryFile": "src/ng-multiselect-dropdown/src/public_api.ts" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ng-multiselect-dropdown", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0-beta.5", | ||
"private": false , | ||
"description": "Angular Multi-Select Dropdown", | ||
"author": "Nilesh Patel", | ||
|
@@ -20,13 +20,13 @@ | |
"test:ci": "jest --runInBand", | ||
"test:coverage": "jest --coverage", | ||
"build:prod": "ng build --prod --base-href https://nileshpatel17.github.io/ng-multiselect-dropdown/", | ||
"clear:lib": "rimraf lib", | ||
"postcopyfiles": "copyfiles -u 1 ./lib/**/*.* node_modules/ng-multiselect-dropdown", | ||
"copyfiles": "mkdir lib/themes && copyfiles src/themes/ng-multiselect-dropdown.theme.scss lib/themes", | ||
"build:lib": "npm run clear:lib && ng-packagr -p ng-package.json", | ||
"postbuild:lib": "npm run copyfiles", | ||
"prepublish": "npm run build:prod", | ||
"publish": "ngh --no-silent false --name=\"nileshpatel17\" --email=\"[email protected]\"", | ||
"clear:lib": "rimraf dist/lib", | ||
"postcopyfiles": "copyfiles -u 1 ./dist/lib/**/*.* node_modules/ng-multiselect-dropdown", | ||
"copyfiles": "mkdir dist/lib/themes && copyfiles src/themes/ng-multiselect-dropdown.theme.scss dist/lib/themes", | ||
"build:lib": "yarn run clear:lib && ng-packagr -p ng-package.json", | ||
"postbuild:lib": "yarn run copyfiles", | ||
"prepublish1": "yarn run build:prod", | ||
"publish1": "ngh --no-silent false --name=\"nileshpatel17\" --email=\"[email protected]\"", | ||
"deploy": "ng build --prod --bh /ng-multiselect-dropdown/ && angular-cli-ghpages --no-silent --repo=https://github.com/NileshPatel17/ng-multiselect-dropdown.git --name=\"Nilesh Patel\" [email protected]", | ||
"deployOnly": "angular-cli-ghpages --no-silent --repo=https://github.com/NileshPatel17/ng-multiselect-dropdown.git --name=\"Nilesh Patel\" [email protected]", | ||
"contributors:add": "all-contributors add", | ||
|
Oops, something went wrong.