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

Commit

Permalink
Add dist files to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMorton committed Jan 12, 2016
1 parent bea79e2 commit 36c2bbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"homepage": "https://github.com/BTMorton/angular2-grid",
"files": [
"src/NgGrid.ts",
"src/NgGrid.css"
"dist/NgGrid.css",
"dist/NgGrid.js",
"dist/NgGrid.d.ts"
],
"peerDependencies": {
"angular2": "2.0.0-beta.0"
Expand Down

0 comments on commit 36c2bbc

Please sign in to comment.