Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit c04f878

Browse files
committed
Support for a npm release
1 parent a75d899 commit c04f878

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bower.json

index.js

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

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "angular-ui-bootstrap",
3+
"version": "0.13.0",
4+
"description": "Bootstrap widgets for Angular",
5+
"main": "index.js",
6+
"homepage": "http://angular-ui.github.io/bootstrap/",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/angular-ui/bootstrap.git"
10+
},
11+
"keywords": [
12+
"angular",
13+
"bootstrap",
14+
"angular-ui",
15+
"components",
16+
"client-side"
17+
],
18+
"author": "https://github.com/angular-ui/bootstrap/graphs/contributors",
19+
"peerDependencies": {
20+
"angular": "~1.3.17",
21+
"bootstrap": "3.1"
22+
},
23+
"license": "MIT"
24+
}

0 commit comments

Comments
 (0)