Skip to content

Commit f5cd028

Browse files
committed
fix package.json
1 parent 1978496 commit f5cd028

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

release/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-observable-decorator",
3-
"version": "0.0.5",
3+
"version": "0.0.7",
44
"description": "Decorators for Redux Observable",
55
"main": "bundles/redux-observable-decorator.umd.js",
66
"module": "index.js",
@@ -14,7 +14,8 @@
1414
"copy": "cpy LICENSE package.json README.md release",
1515
"postbuild": "npm run clean:post && npm run copy",
1616
"clean:pre": "rimraf release",
17-
"clean:post": "rimraf index.ngsummary.json"
17+
"clean:post": "rimraf index.ngsummary.json",
18+
"postversion": "npm run build"
1819
},
1920
"repository": {
2021
"type": "git",
@@ -63,5 +64,6 @@
6364
"uglifyjs": "^2.4.10",
6465
"webpack": "^2.1.0-beta.28",
6566
"zone.js": "^0.7.4"
66-
}
67+
},
68+
"files": ["./release"]
6769
}

0 commit comments

Comments
 (0)