Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
feat: add npm support in main repository
Browse files Browse the repository at this point in the history
- Add support for consuming the main repository via npm for releases

Closes #4739
Closes #5129
  • Loading branch information
wesleycho committed Jan 8, 2016
1 parent e1e6e1b commit a9e476f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require('./dist/ui-bootstrap-tpls');

module.exports = 'ui.bootstrap';
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"files": [
"dist/", "src/", "template/"
],
"main": "index.js",
"scripts":{
"test": "grunt"
},
Expand Down

0 comments on commit a9e476f

Please sign in to comment.