ports/devel/npm-clean-css/files/patch-package.json
Rodrigo Osorio db59f27f4f Add npm-less-plugin-clean-css a www/lesc tool pluggin and its dependencies
www/npm-less-plugin-clean-css: Compresses the css output from less using clean-css
` devel/npm-clean-css: Fast and efficient CSS optimizer for node.js and the Web
  ` devel/npm-source-map: Parse and consume source maps
  | ` devel/npm-amdefine: Implementation of AMD's define() in Node
  ` devel/npm-commander: node.js command-line interfaces made easy
    ` devel/npm-graceful-readlink: Graceful fs.readlink
2017-05-15 22:05:46 +00:00

12 lines
277 B
JSON

--- package.json.orig 2017-05-14 10:21:07 UTC
+++ package.json
@@ -30,9 +30,6 @@
"prepublish": "npm run check",
"test": "vows"
},
- "dependencies": {
- "source-map": "0.5.x"
- },
"devDependencies": {
"browserify": "^14.0.0",
"http-proxy": "1.x",