babel-plugin-add-shopify-header
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "babel-plugin-add-shopify-header", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "This plugin will add a standardized Shopify comment header to transpiled files", | ||
@@ -10,4 +10,3 @@ "main": "lib/index.js", | ||
"babel-plugin-add-header-comment": "~1.0.0", | ||
"get-project-version": "~1.0.0", | ||
"git-rev-sync": "~1.6.0" | ||
"get-project-version": "~1.0.0" | ||
}, | ||
@@ -24,3 +23,3 @@ "devDependencies": { | ||
"scripts": { | ||
"prepublish": "babel -d lib/ src/", | ||
"prepublish": "rm -rf lib/; babel -d lib/ src/", | ||
"test": "npm run lint-allow-warning && npm run mocha", | ||
@@ -27,0 +26,0 @@ "mocha": "npm run prepublish && npm run test-build && mocha --compilers js:babel-register test/index.js && npm run test-clean", |
2
18567
13
146
- Removedgit-rev-sync@~1.6.0
- Removedgit-rev-sync@1.6.0(transitive)
- Removedgraceful-fs@4.1.3(transitive)
- Removedshelljs@0.6.0(transitive)