[Pkg-javascript-commits] [node-jade] 61/72: Remove LICENCE from the `files` in package.json
Jelmer Vernooij
jelmer at moszumanska.debian.org
Sun Jul 3 18:03:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
jelmer pushed a commit to annotated tag upstream/1.0.0
in repository node-jade.
commit 91fe0762b0d99bf846aad4ff9ad07c8237013fc6
Author: Rob Loach <robloach at gmail.com>
Date: Mon Sep 21 22:46:24 2015 -0400
Remove LICENCE from the `files` in package.json
---
package.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 640ba74..560bc5b 100644
--- a/package.json
+++ b/package.json
@@ -20,8 +20,7 @@
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls"
},
"files": [
- "index.js",
- "LICENSE"
+ "index.js"
],
"repository": {
"type": "git",
@@ -29,4 +28,4 @@
},
"author": "ForbesLindesay",
"license": "MIT"
-}
\ No newline at end of file
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jade.git
More information about the Pkg-javascript-commits
mailing list