gulp-concat-sourcemap
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "gulp-concat-sourcemap", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Concatenate files and generate a source map file", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha --reporter spec" | ||
}, | ||
@@ -19,3 +19,6 @@ "repository": { | ||
], | ||
"author": "Michael <mikach27@gmail.com>", | ||
"author": { | ||
"name": "Michael", | ||
"email": "mikach27@gmail.com" | ||
}, | ||
"license": "MIT", | ||
@@ -30,3 +33,15 @@ "bugs": { | ||
"source-map": "^0.1.33" | ||
}, | ||
"readme": "gulp-concat-sourcemap\r\n=====================\r\n\r\nConcatenate files and generate a source map file.\r\n\r\nBased on https://github.com/wearefractal/gulp-concat\r\n\r\n### Usage\r\n\r\n```javascript\r\nvar concat = require('gulp-concat-sourcemap');\r\n\r\ngulp.task('concat', function() {\r\n gulp.src(['file1.js', './js/*.js', 'file2.js'])\r\n .pipe(concat('all.js', options))\r\n .pipe(gulp.dest('./dist/'));\r\n});\r\n```\r\n\r\n### Options\r\n\r\n`options.sourcesContent`\r\nAn optional flag that tells the source map generator whether or not to include all original sources in the map.\r\n\r\n`options.sourceRoot`\r\nAn optional root for all relative URLs in the source map.", | ||
"readmeFilename": "README.md", | ||
"_id": "gulp-concat-sourcemap@1.0.0", | ||
"dist": { | ||
"shasum": "e94cb4bdfb0cf27ecce1565496248c915f96659c" | ||
}, | ||
"_from": "gulp-concat-sourcemap@", | ||
"_resolved": "https://registry.npmjs.org/gulp-concat-sourcemap/-/gulp-concat-sourcemap-1.0.0.tgz", | ||
"devDependencies": { | ||
"mocha": "^1.18.2", | ||
"chai": "^1.9.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
gulp-concat-sourcemap | ||
gulp-concat-sourcemap [![Build Status](https://travis-ci.org/mikach/gulp-concat-sourcemap.png?branch=master)](https://travis-ci.org/mikach/gulp-concat-sourcemap) | ||
===================== | ||
@@ -3,0 +3,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
7135
6
108
0
2