Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit bdcf5cf

Browse files
committed
Adds publish cmd and 0.5.1 release
1 parent 0c47c14 commit bdcf5cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
./src
2+
src
23
typings
34
node_modules
45
.editorconfig

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "ng2-search-filter",
3-
"version": "0.4.9",
3+
"version": "0.5.1",
44
"description": "Angular 2/4/5 filter to make custom search",
55
"scripts": {
66
"tests": "jasmine-ts src/**/*.spec.ts",
77
"start": "ng server",
8-
"build": "ng-packagr -p package.json"
8+
"build": "ng-packagr -p package.json",
9+
"publish": "npm publish dist"
910
},
1011
"repository": {
1112
"type": "git",

0 commit comments

Comments
 (0)