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:06 UTC

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

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 34e09b2b8 -> 40a023ced
Updated Tags:  refs/tags/v1.1.0 [created] 55c2fcf44
  refs/tags/v1.1.1 [created] f8834d2d6


add licence header


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

Branch: refs/heads/master
Commit: e21b4dc7500cb1669fb42fedffc4493aad194947
Parents: 34e09b2
Author: Garren Smith <ga...@gmail.com>
Authored: Tue Apr 12 19:16:08 2016 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Apr 12 19:16:08 2016 +0200

----------------------------------------------------------------------
 webpack.config.release.js | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/e21b4dc7/webpack.config.release.js
----------------------------------------------------------------------
diff --git a/webpack.config.release.js b/webpack.config.release.js
index bf6a536..4bdedde 100644
--- a/webpack.config.release.js
+++ b/webpack.config.release.js
@@ -1,3 +1,14 @@
+// Licensed under the Apache License, Version 2.0 (the "License"); you may not
+// use this file except in compliance with the License. You may obtain a copy of
+// the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+// License for the specific language governing permissions and limitations under
+// the License.
 var webpack = require('webpack');
 var path = require('path');
 


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

Posted by ga...@apache.org.
1.1.1


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

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

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/40a023ce/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 162c463..7b34d17 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "fauxton",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Fauxton is a modular CouchDB dashboard and Futon replacement.",
   "main": "./index.js",
   "directories": {


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

Posted by ga...@apache.org.
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",