[Pkg-javascript-commits] [node-coffeeify] 01/08: Imported Upstream version 1.2.0
Ross Gammon
ross-guest at moszumanska.debian.org
Wed Nov 25 21:46:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-coffeeify.
commit 6ec21113a1c20822a93f03a39c40e500818478b4
Author: Ross Gammon <rossgammon at mail.dk>
Date: Wed Nov 25 21:03:33 2015 +0100
Imported Upstream version 1.2.0
---
.travis.yml | 3 ++-
package.json | 12 ++++++------
test/transform.js | 4 ++--
3 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 09d3ef3..6c0d981 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: node_js
node_js:
- - 0.8
- 0.10
+ - 0.12
+
diff --git a/package.json b/package.json
index 1fa18cb..056a3b3 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,16 @@
{
"name": "coffeeify",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "browserify plugin for coffee-script with support for mixed .js and .coffee files",
"main": "index.js",
"dependencies": {
- "coffee-script": "^1.9.1",
- "convert-source-map": "^1.1.0",
- "through": "^2.3.7"
+ "coffee-script": "^1.10.0",
+ "convert-source-map": "^1.1.2",
+ "through": "^2.3.8"
},
"devDependencies": {
- "browserify": "^9.0.8",
- "tap": "^0.7.1"
+ "browserify": "^12.0.1",
+ "tap": "^2.3.0"
},
"scripts": {
"test": "tap test/*.js"
diff --git a/test/transform.js b/test/transform.js
index b7e910b..5979c83 100644
--- a/test/transform.js
+++ b/test/transform.js
@@ -8,7 +8,7 @@ var transform = require('..');
test('transform adds sourcemap comment when sourceMap is true', function (t) {
t.plan(1);
var data = '';
-
+
transform.sourceMap = true;
var file = path.join(__dirname, '../example/foo.coffee');
@@ -27,7 +27,7 @@ test('transform adds sourcemap comment when sourceMap is true', function (t) {
sourceRoot: '',
sources: [ file ],
names: [],
- mappings: 'AAAA,OAAO,CAAC,GAAR,CAAY,OAAA,CAAQ,UAAR,CAAZ,CAAA,CAAA',
+ mappings: 'AAAA,OAAO,CAAC,GAAR,CAAY,OAAA,CAAQ,UAAR,CAAZ',
sourcesContent: [ 'console.log(require \'./bar.js\')\n' ] },
'adds sourcemap comment including original source'
);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coffeeify.git
More information about the Pkg-javascript-commits
mailing list