@crave/farmblocks-dev-scaffold
Advanced tools
Comparing version 0.2.0-alpha.923ccab2 to 0.2.0-alpha.c94904da
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="0.2.0-alpha.923ccab2"></a> | ||
# 0.2.0-alpha.923ccab2 (2017-12-11) | ||
<a name="0.2.0-alpha.c94904da"></a> | ||
# 0.2.0-alpha.c94904da (2018-01-18) | ||
@@ -13,6 +13,6 @@ | ||
* **package.json:** initial package.json with script to create component ([4074e24](https://github.com/CraveFood/farmblocks/commit/4074e24)) | ||
* **scaffold:** main script to create a package folder ([86eb3d4](https://github.com/CraveFood/farmblocks/commit/86eb3d4)) | ||
* **templates:** add basic index.js and main component file templates ([fca04a6](https://github.com/CraveFood/farmblocks/commit/fca04a6)) | ||
* **templates:** package and readme templates ([18c02ab](https://github.com/CraveFood/farmblocks/commit/18c02ab)) | ||
* **templates:** storybook stories initial file template ([45ec05c](https://github.com/CraveFood/farmblocks/commit/45ec05c)) | ||
* **package.json:** initial package.json with script to create component ([42b2b89](https://github.com/CraveFood/farmblocks/commit/42b2b89)) | ||
* **scaffold:** main script to create a package folder ([a8c4669](https://github.com/CraveFood/farmblocks/commit/a8c4669)) | ||
* **templates:** add basic index.js and main component file templates ([c05ca93](https://github.com/CraveFood/farmblocks/commit/c05ca93)) | ||
* **templates:** package and readme templates ([d49afc4](https://github.com/CraveFood/farmblocks/commit/d49afc4)) | ||
* **templates:** storybook stories initial file template ([fbdf314](https://github.com/CraveFood/farmblocks/commit/fbdf314)) |
@@ -17,5 +17,5 @@ "use strict"; | ||
keywords = _ref$keywords === undefined ? ["farmblocks"] : _ref$keywords; | ||
return format("\n{\n \"name\": \"@crave/farmblocks-" + shortName + "\",\n \"version\": \"0.1.0\",\n \"description\": \"" + description + "\",\n \"author\": \"Crave Food Services and AUTHORS\",\n \"license\": \"MIT\",\n \"main\": \"lib/index.js\",\n \"files\": [\n \"AUTHORS\",\n \"lib\"\n ],\n \"publishConfig\": {\n \"access\": \"public\"\n },\n \"scripts\": {\n \"clean\": \"rm -rf lib\",\n \"build\": \"yarn clean && babel src -d lib --ignore '*.test.js,*.story.js'\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/CraveFood/farmblocks.git\"\n },\n \"bugs\": {\n \"url\": \"https://github.com/CraveFood/farmblocks/issues\"\n },\n \"homepage\": \"https://github.com/CraveFood/farmblocks#readme\",\n \"keywords\": " + JSON.stringify(keywords) + ",\n \"peerDependencies\": " + JSON.stringify(peerDependencies) + ",\n \"dependencies\": {}\n}\n", { parser: "json" }); | ||
return format("\n{\n \"name\": \"@crave/farmblocks-" + shortName + "\",\n \"version\": \"0.1.0\",\n \"description\": \"" + description + "\",\n \"author\": \"Crave Food Systems and AUTHORS\",\n \"license\": \"MIT\",\n \"main\": \"lib/index.js\",\n \"files\": [\n \"AUTHORS\",\n \"lib\"\n ],\n \"publishConfig\": {\n \"access\": \"public\"\n },\n \"scripts\": {\n \"clean\": \"rm -rf lib\",\n \"build\": \"yarn clean && babel src -d lib --ignore '*.test.js,*.story.js'\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/CraveFood/farmblocks.git\"\n },\n \"bugs\": {\n \"url\": \"https://github.com/CraveFood/farmblocks/issues\"\n },\n \"homepage\": \"https://github.com/CraveFood/farmblocks#readme\",\n \"keywords\": " + JSON.stringify(keywords) + ",\n \"peerDependencies\": " + JSON.stringify(peerDependencies) + ",\n \"dependencies\": {}\n}\n", { parser: "json" }); | ||
}; | ||
module.exports = packageTemplate; |
{ | ||
"name": "@crave/farmblocks-dev-scaffold", | ||
"version": "0.2.0-alpha.923ccab2", | ||
"version": "0.2.0-alpha.c94904da", | ||
"description": "Helper tool for creating a new farmblock component", | ||
"author": "Crave Food Services and AUTHORS", | ||
"author": "Crave Food Systems and AUTHORS", | ||
"license": "MIT", | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
"prettier": "^1.7.4", | ||
"shelljs": "^0.7.8", | ||
"shelljs": "^0.8.0", | ||
"slug": "^0.9.1", | ||
@@ -41,0 +41,0 @@ "uppercamelcase": "^3.0.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
6898
+ Addedshelljs@0.8.5(transitive)
- Removedshelljs@0.7.8(transitive)
Updatedshelljs@^0.8.0