Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
chore(npm): mirror bower ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Mar 21, 2015
1 parent 095fc3f commit 6aece37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ bower_components
node_modules
npm-debug.log
test/coverage
*.tgz
5 changes: 5 additions & 0 deletions .npmignore
@@ -0,0 +1,5 @@
**/*
**/.*
!README.md
!LICENSE.md
!dist/*
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "angular-pouchdb",
"version": "2.0.0-rc.1",
"description": "AngularJS wrapper for PouchDB",
"main": "angular-pouchdb.js",
"main": "dist/angular-pouchdb.js",
"scripts": {
"annotate": "ng-annotate -a - > dist/angular-pouchdb.js",
"build": "mkdir -p dist && npm --silent run wrap | npm run annotate && npm run uglify",
Expand Down

0 comments on commit 6aece37

Please sign in to comment.