[Pkg-javascript-commits] [node-q] 09/20: Imported Upstream version 1.1.2
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Mar 1 12:36:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-q.
commit d67cc3660174496931d380a6f45b5dec386e52c4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Feb 28 22:35:44 2015 +0100
Imported Upstream version 1.1.2
---
.jshintrc | 1 +
.npmignore | 23 -----------------------
CHANGES.md | 6 ++++++
package.json | 7 ++++++-
4 files changed, 13 insertions(+), 24 deletions(-)
diff --git a/.jshintrc b/.jshintrc
index 5382c9b..387bb8d 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -15,6 +15,7 @@
"unused": true,
"globals": {
+ "self": false,
"bootstrap": false,
"cajaVM": false,
"define": false,
diff --git a/.npmignore b/.npmignore
deleted file mode 100644
index b89b4e7..0000000
--- a/.npmignore
+++ /dev/null
@@ -1,23 +0,0 @@
-node_modules
-npm-debug.log
-CHANGES.html
-README.html
-
-.coverage_data/
-.coverage_debug/
-.tmp
-cover_html/
-
-design
-examples
-spec
-.coverignore
-.jshintrc
-.mailmap
-.npmignore
-.travis.yml
-CHANGES.md
-VERSIONS.md
-q.min.js
-ref_send.md
-Gruntfile.js
diff --git a/CHANGES.md b/CHANGES.md
index 26c9b10..5d9eca7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,11 @@
<!-- vim:ts=4:sts=4:sw=4:et:tw=70 -->
+## 1.1.2
+
+ - Removed extraneous files from the npm package by using the "files"
+ whitelist in package.json instead of the .npmignore blacklist.
+ (@anton-rudeshko)
+
## 1.1.1
- Fix a pair of regressions in bootstrapping, one which precluded
diff --git a/package.json b/package.json
index bb1fa02..fa99c9e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "q",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "A library for promises (CommonJS/Promises/A,B,D)",
"homepage": "https://github.com/kriskowal/q",
"author": "Kris Kowal <kris at cixar.com> (https://github.com/kriskowal)",
@@ -32,6 +32,11 @@
"url": "http://github.com/kriskowal/q/raw/master/LICENSE"
},
"main": "q.js",
+ "files": [
+ "LICENSE",
+ "q.js",
+ "queue.js"
+ ],
"repository": {
"type": "git",
"url": "git://github.com/kriskowal/q.git"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-q.git
More information about the Pkg-javascript-commits
mailing list