Skip to content

Commit b19e22e

Browse files
committed
fix(npm): include list in published module
Also remove post install script to install third-party typings Closes #21 Closes #20
1 parent cfeffb3 commit b19e22e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"name": "angularfire2",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "",
55
"main": "dist/angularfire.js",
66
"scripts": {
77
"test": "npm run build; karma start",
88
"build": "tsc",
9-
"postinstall": "typings install",
109
"install_webdriver": "./node_modules/.bin/webdriver-manager update"
1110
},
11+
"files": [
12+
"dist",
13+
"LICENSE"
14+
],
1215
"repository": {
1316
"type": "git",
1417
"url": "git+https://github.com/angular/indy.git"

0 commit comments

Comments
 (0)