Skip to content

Commit

Permalink
doing a test release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdrackett committed Mar 21, 2019
1 parent c30b243 commit 0288330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figmint",
"version": "0.0.1",
"version": "0.0.2",
"description": "Sync Between Figma and Your Javascript Project",
"repository": "https://github.com/tiltshift/figmint",
"license": "MIT",
Expand All @@ -15,20 +15,20 @@
},
"dependencies": {
"@types/cosmiconfig": "^5.0.3",
"@types/node": "^11.11.3",
"@types/node": "^11.11.4",
"@types/react": "^16.8.8",
"@types/tinycolor2": "^1.4.1",
"cosmiconfig": "^5.1.0",
"figma-js": "^1.6.1",
"ink": "^2.0.5",
"ink": "^2.0.6",
"ink-box": "^1.0.0",
"ink-gradient": "^1.0.0",
"ink-spinner": "^3.0.0",
"prettier": "^1.16.4",
"react": "^16.8.4",
"tinycolor2": "^1.4.1",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333",
"typescript": "^3.3.4000",
"use-interval": "^1.1.0"
}
}
1 change: 0 additions & 1 deletion src/StyleText.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as React from 'react'
import * as Figma from 'figma-js'

import { Text, Box, Color } from 'ink'

Expand Down

0 comments on commit 0288330

Please sign in to comment.