@figma-export/output-components-as-es6
Advanced tools
Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.8
{ | ||
"name": "@figma-export/output-components-as-es6", | ||
"version": "0.0.1-alpha.6", | ||
"version": "0.0.1-alpha.8", | ||
"description": "Outputter for @figma-export that exports components in javascript file", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "c6a3927a3a1d7eb2a116afc134fa2492a4c251f9" | ||
"gitHead": "358ac4e5fc372091f4eae2278bae64dea2834b94" | ||
} |
@@ -5,3 +5,3 @@ # @figma-export/output-components-as-es6 | ||
With this outputter you can export all components as variables insinde a `.js` file called with the page name. | ||
With this outputter you can export all components as variables inside a `.js` file called with the page name. | ||
@@ -31,3 +31,3 @@ This is a sample of the output: | ||
```sh | ||
npm i -D @figma-export/output-components-as-es6 | ||
npm install --save-dev @figma-export/output-components-as-es6 | ||
``` | ||
@@ -34,0 +34,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
3915