lib/condenser/processors/node_modules/magic-string/package.json in condenser-0.2 vs lib/condenser/processors/node_modules/magic-string/package.json in condenser-0.3
- old
+ new
@@ -1,10 +1,10 @@
{
"_from": "magic-string@^0.25.2",
- "_id": "magic-string@0.25.5",
+ "_id": "magic-string@0.25.7",
"_inBundle": false,
- "_integrity": "sha512-vIO/BOm9odBHBAGwv0gZPLJeO9IpwliiIc0uPeAW93rrFMJ/R3M665IAEfOU/IW3kD4S9AtEn76lfTn1Yif+9A==",
+ "_integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
"_location": "/magic-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
@@ -16,12 +16,12 @@
"fetchSpec": "^0.25.2"
},
"_requiredBy": [
"/rollup-plugin-commonjs"
],
- "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.5.tgz",
- "_shasum": "694fa8c6b9a51d83cc4a72c5b6883a7cfa890e40",
+ "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
+ "_shasum": "3f497d6fd34c669c6798dcb821f2ef31f5445051",
"_spec": "magic-string@^0.25.2",
"_where": "/Users/malomalo/Code/condenser/lib/condenser/processors/node_modules/rollup-plugin-commonjs",
"author": {
"name": "Rich Harris"
},
@@ -69,13 +69,14 @@
},
"scripts": {
"build": "rollup -c",
"format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
"lint": "eslint src test",
+ "prepare": "npm run build",
"prepublishOnly": "rm -rf dist && npm test",
"pretest": "npm run lint && npm run build",
"test": "mocha",
"watch": "rollup -cw"
},
"typings": "index.d.ts",
- "version": "0.25.5"
+ "version": "0.25.7"
}