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

Commit a9e476f

Browse files
committed
feat: add npm support in main repository
- Add support for consuming the main repository via npm for releases Closes #4739 Closes #5129
1 parent e1e6e1b commit a9e476f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

index.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
require('./dist/ui-bootstrap-tpls');
2+
3+
module.exports = 'ui.bootstrap';

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"files": [
1111
"dist/", "src/", "template/"
1212
],
13+
"main": "index.js",
1314
"scripts":{
1415
"test": "grunt"
1516
},

0 commit comments

Comments
 (0)