rollup-plugin-sourcemaps
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -8,2 +8,3 @@ import _regeneratorRuntime from 'babel-runtime/regenerator'; | ||
/* eslint-disable import/prefer-default-export */ | ||
function promisify(nodeFn) { | ||
@@ -10,0 +11,0 @@ return function () { |
@@ -12,2 +12,3 @@ 'use strict'; | ||
/* eslint-disable import/prefer-default-export */ | ||
function promisify(nodeFn) { | ||
@@ -14,0 +15,0 @@ return function () { |
{ | ||
"name": "rollup-plugin-sourcemaps", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Rollup plugin for grabbing source maps from sourceMappingURLs", | ||
@@ -18,10 +18,11 @@ "author": "Max Davidson <davidsonmax@gmail.com>", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"clean": "rimraf dist coverage .nyc_output", | ||
"prebuild": "npm run clean", | ||
"build": "rollup -c", | ||
"pretest": "cross-env NODE_ENV=test npm run build", | ||
"lint": "eslint .", | ||
"test": "nyc ava", | ||
"test:watch": "npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c", | ||
"test:coverage": "nyc report -r text-lcov | coveralls", | ||
"lint": "eslint .", | ||
"prebuild": "npm run clean", | ||
"pretest": "cross-env NODE_ENV=test npm run build", | ||
"posttest": "npm run lint", | ||
"prepublish": "cross-env NODE_ENV=production npm run build", | ||
@@ -55,3 +56,3 @@ "preversion": "npm test", | ||
"babel-eslint": "^6.0.4", | ||
"babel-plugin-__coverage__": "^11.0.0", | ||
"babel-plugin-istanbul": "^1.0.2", | ||
"babel-plugin-transform-runtime": "^6.9.0", | ||
@@ -61,9 +62,9 @@ "babel-preset-es2015-rollup": "^1.1.1", | ||
"coveralls": "^2.11.9", | ||
"cross-env": "^1.0.8", | ||
"eslint": "^2.13.0", | ||
"eslint-config-airbnb-base": "^3.0.1", | ||
"cross-env": "^2.0.0", | ||
"eslint": "^3.0.1", | ||
"eslint-config-airbnb-base": "^4.0.0", | ||
"eslint-plugin-import": "^1.8.1", | ||
"nyc": "^6.6.1", | ||
"nyc": "^7.0.0", | ||
"rimraf": "^2.5.2", | ||
"rollup": "^0.33.0", | ||
"rollup": "^0.34.0", | ||
"rollup-plugin-babel": "^2.5.1", | ||
@@ -70,0 +71,0 @@ "rollup-watch": "^2.4.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
17310
192