Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 36c2bbc

Browse files
committed
Add dist files to npm package
1 parent bea79e2 commit 36c2bbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"homepage": "https://github.com/BTMorton/angular2-grid",
3333
"files": [
3434
"src/NgGrid.ts",
35-
"src/NgGrid.css"
35+
"dist/NgGrid.css",
36+
"dist/NgGrid.js",
37+
"dist/NgGrid.d.ts"
3638
],
3739
"peerDependencies": {
3840
"angular2": "2.0.0-beta.0"

0 commit comments

Comments
 (0)