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

Commit 384fdfc

Browse files
committed
chore: update package.json
- Update package.json with more information - Improve .npmignore slightly Closes #4993
1 parent 66d2902 commit 384fdfc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: .npmignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ template/**/*.js
2424
.git
2525
docs
2626
misc
27-
src
28-
template
2927
.editorconfig
3028
.gitattributes
3129
.gitignore
@@ -37,3 +35,6 @@ karma.conf.js
3735
ROADMAP.md
3836

3937
dist/assets
38+
dist/index.html
39+
dist/versions-mapping.json
40+
dist/*-SNAPSHOT*

Diff for: package.json

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"version": "1.0.0-SNAPSHOT",
55
"homepage": "http://angular-ui.github.io/bootstrap/",
66
"dependencies": {},
7+
"directories": {
8+
"lib": "src/"
9+
},
10+
"files": [
11+
"dist/", "src/", "template/"
12+
],
713
"scripts":{
814
"test": "grunt"
915
},

0 commit comments

Comments
 (0)