Skip to content

Commit 186ef50

Browse files
committed
Add npm specific configuration for npm distribution.
1 parent 4a4b7aa commit 186ef50

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-1
lines changed

.npmignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
bower_components
2+
node_modules
3+
coverage
4+
instrument
5+
test
6+
test_out
7+
samples
8+
images
9+
src-samples
10+
.gitignore
11+
.jshintrc
12+
.travis.yml
13+
Gruntfile.js
14+
index.html
15+
indexController.js

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"package.json",
3434
"Gruntfile.js"
3535
],
36-
"dependencies": {
36+
"devDependencies": {
3737
"angular": "",
3838
"angular-route": "",
3939
"angular-loader": "",

dist/igniteui-angular.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"name": "igniteui-angular",
3+
"version": "1.0.0",
4+
"main": "src/igniteui-angular.js",
5+
"author": "IgniteUI",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/IgniteUI/igniteui-angular.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/IgniteUI/igniteui-angular/issues"
13+
},
14+
"homepage": "https://github.com/IgniteUI/igniteui-angular",
315
"dependencies": {},
416
"devDependencies": {
517
"mkdirp": "",

0 commit comments

Comments
 (0)