feat: add npm support in main repository
- Add support for consuming the main repository via npm for releases Closes #4739 Closes #5129
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
require('./dist/ui-bootstrap-tpls');
|
||||||
|
|
||||||
|
module.exports = 'ui.bootstrap';
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"dist/", "src/", "template/"
|
"dist/", "src/", "template/"
|
||||||
],
|
],
|
||||||
|
"main": "index.js",
|
||||||
"scripts":{
|
"scripts":{
|
||||||
"test": "grunt"
|
"test": "grunt"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user