[Pkg-javascript-commits] [node-coffeeify] 01/10: New upstream version 2.1.0
Ross Gammon
ross-guest at moszumanska.debian.org
Fri May 5 07:06:02 UTC 2017
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 8bbb9a82db6bdc41e40ebfebfad1552d0682369d
Author: Ross Gammon <rossgammon at mail.dk>
Date: Thu May 4 21:10:03 2017 +0200
New upstream version 2.1.0
---
index.js | 1 +
package.json | 10 +++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/index.js b/index.js
index 843aaba..74b42a2 100644
--- a/index.js
+++ b/index.js
@@ -69,6 +69,7 @@ function compile(filename, source, options, callback) {
var basename = path.basename(filename);
map.setProperty('file', basename.replace(filePattern, '.js'));
map.setProperty('sources', [basename]);
+ map.setProperty('sourcesContent', [source]);
callback(null, compiled.js + '\n' + map.toComment() + '\n');
} else {
callback(null, compiled + '\n');
diff --git a/package.json b/package.json
index ea9db33..d4e1fb8 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,16 @@
{
"name": "coffeeify",
- "version": "2.0.1",
+ "version": "2.1.0",
"description": "browserify plugin for coffee-script with support for mixed .js and .coffee files",
"main": "index.js",
"dependencies": {
- "coffee-script": "^1.10.0",
- "convert-source-map": "^1.1.2",
+ "coffee-script": "^1.12.0",
+ "convert-source-map": "^1.3.0",
"through2": "^2.0.0"
},
"devDependencies": {
- "browserify": "^12.0.1",
- "tap": "^2.3.0",
+ "browserify": "^13.1.1",
+ "tap": "^8.0.1",
"through": "^2.3.8"
},
"scripts": {
--
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