react-figma
Advanced tools
Comparing version 0.0.31 to 0.0.33
{ | ||
"name": "react-figma", | ||
"version": "0.0.31", | ||
"description": "This plugin template uses Typescript. If you are familiar with Javascript, Typescript will look very familiar. In fact, valid Javascript code is already valid Typescript code.", | ||
"version": "0.0.33", | ||
"description": "Render React components to Figma", | ||
"scripts": { | ||
@@ -9,6 +9,6 @@ "tsc": "tsc -p tsconfig.json --noEmit", | ||
"prettify": "prettier \"src/**/*.{js,jsx,ts,tsx}\" \"examples/**/*.{js,jsx,ts,tsx}\" --ignore-path ./.prettierignore --write && git add . && git status", | ||
"prettier:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\" \"examples/**/*.{js,jsx,ts,tsx}\"", | ||
"build": "npm run build:clean && npm run build:lib", | ||
"build:clean": "rimraf dist", | ||
"build:lib": "cross-env BABEL_ENV=production tsc -p tsconfig.json", | ||
"prepublish": "npm run build", | ||
"gitbook:clean": "rm -rf _book/", | ||
@@ -15,0 +15,0 @@ "gitbook:start": "gitbook serve", |
@@ -1,5 +0,6 @@ | ||
<p align="center"><img src="./logo.svg" width="128"></p> | ||
# React Figma | ||
<img src="./logo.svg" align="right" | ||
alt="React Figma logo by Lera Lesik" width="160" height="160"> | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors) | ||
@@ -6,0 +7,0 @@ [![npm version](https://img.shields.io/npm/v/react-figma.svg)](https://www.npmjs.com/package/react-figma) |
Sorry, the diff of this file is not supported yet
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
175
259482