You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2016/04/12 19:21:07 UTC

[2/3] fauxton commit: updated refs/heads/master to 40a023c

fix packing of fauxton


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/52f8dfd9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/52f8dfd9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/52f8dfd9

Branch: refs/heads/master
Commit: 52f8dfd991f8a216f64814d2115dacfa71b5b02d
Parents: e21b4dc
Author: Garren Smith <ga...@gmail.com>
Authored: Tue Apr 12 19:20:36 2016 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Apr 12 19:20:36 2016 +0200

----------------------------------------------------------------------
 .npmignore   | 6 ++++++
 package.json | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/52f8dfd9/.npmignore
----------------------------------------------------------------------
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..0da95e4
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,6 @@
+app/
+assets/
+tasks
+test/
+dist/debug
+dist/tmp-out

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/52f8dfd9/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index be5da18..162c463 100644
--- a/package.json
+++ b/package.json
@@ -102,7 +102,7 @@
     "dev": "node ./devserver.js",
     "nightwatch": "grunt nightwatch",
     "start": "node ./bin/fauxton",
-    "postinstall": "node version-check.js && grunt release"
+    "prepublish": "node version-check.js && grunt release"
   },
   "repository": {
     "type": "git",