[Pkg-javascript-commits] [node-wrappy] 01/03: Imported Upstream version 1.0.2

Thorsten Alteholz alteholz at moszumanska.debian.org
Sun Jun 19 17:18:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

alteholz pushed a commit to branch master
in repository node-wrappy.

commit ea61f94fa1fc3586e83620d173395f78233e37b4
Author: Thorsten Alteholz <debian at alteholz.de>
Date:   Sun Jun 19 19:11:53 2016 +0200

    Imported Upstream version 1.0.2
---
 .gitignore   |  3 +++
 .travis.yml  | 11 +++++++++++
 package.json |  9 ++++++---
 3 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5c843fd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+node_modules/
+.nyc_output/
+coverage/
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..43e173c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: node_js
+sudo: false
+before_install:
+  - "npm install -g npm at latest"
+node_js:
+  - '0.8'
+  - '0.10'
+  - '0.12'
+  - 'iojs'
+  - '4'
+  - '5'
diff --git a/package.json b/package.json
index 0f1b814..1307520 100644
--- a/package.json
+++ b/package.json
@@ -1,17 +1,20 @@
 {
   "name": "wrappy",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "description": "Callback wrapping utility",
   "main": "wrappy.js",
+  "files": [
+    "wrappy.js"
+  ],
   "directories": {
     "test": "test"
   },
   "dependencies": {},
   "devDependencies": {
-    "tap": "^0.4.12"
+    "tap": "^2.3.1"
   },
   "scripts": {
-    "test": "tap test/*.js"
+    "test": "tap --coverage test/*.js"
   },
   "repository": {
     "type": "git",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-wrappy.git



More information about the Pkg-javascript-commits mailing list