Skip to content

Commit

Permalink
v1.2.4; moved to github
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-de-vries committed Aug 19, 2015
1 parent 9347f97 commit 7beecd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
node_modules
17 changes: 4 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"name": "pouchdb-security",
"version": "1.2.3",
"version": "1.2.4",
"main": "index.js",
"description": "PouchDB database access restrictions using a security document.",
"repository": {
"type": "bzr",
"url": "http://bazaar.launchpad.net/~marten-de-vries/python-pouchdb/0.x"
},
"bugs": "https://bugs.launchpad.net/python-pouchdb",
"repository": "pouchdb/pouchdb-security",
"keywords": [
"pouch",
"pouchdb",
Expand Down Expand Up @@ -36,12 +32,7 @@
"es3ify": "^0.1.3"
},
"scripts": {
"build-js": "mkdir -p ../../dist && browserify index.js -s Security -o ../../dist/pouchdb-security.js",
"build": "npm run build-js; cd ../../dist; uglifyjs pouchdb-security.js -mc > pouchdb-security.min.js"
},
"browserify": {
"transform": [
"es3ify"
]
"build-js": "mkdir -p dist && browserify index.js -g es3ify -s Security -o dist/pouchdb-security.js",
"build": "npm run build-js; cd dist; uglifyjs pouchdb-security.js -mc > pouchdb-security.min.js"
}
}

0 comments on commit 7beecd4

Please sign in to comment.