Skip to content

Commit

Permalink
fix(npm): update package.json after (unclean) npm publish
Browse files Browse the repository at this point in the history
Closes #52
  • Loading branch information
ncuillery committed Nov 13, 2014
1 parent 6adebcd commit ab8161c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .npmignore
@@ -0,0 +1,14 @@
sample
src
test
.bowerrc
.coveralls.yml
.gitignore
.jshintrc
.travis.yml
gruntfile.js
bower.json
karma.conf.js
libpeerconnection.log
package.json
README.md
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "angular-breadcrumb",
"description": "AngularJS module that generates a breadcrumb from ui-router's states",
"version": "0.3.0",
"homepage": "https://github.com/ncuillery/angular-breadcrumb",
"homepage": "http://ncuillery.github.io/angular-breadcrumb",
"author": {
"name": "Nicolas Cuillery",
"email": "nicolas.cuillery@gmail.com"
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/ncuillery/angular-breadcrumb/blob/master/LICENSE-MIT"
}
],
"main": "lib/angular-breadcrumb",
"main": "release/angular-breadcrumb.js",
"engines": {
"node": ">= 0.10.0"
},
Expand Down Expand Up @@ -49,5 +49,5 @@
"karma-coverage": "~0.1.0",
"karma-story-reporter": "~0.2.2"
},
"keywords": []
"keywords": ["angular", "breadcrumb"]
}

0 comments on commit ab8161c

Please sign in to comment.