Skip to content

Commit

Permalink
chore: update structure
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-krakowski committed Jun 8, 2021
1 parent 2e34889 commit 1dfb690
Show file tree
Hide file tree
Showing 4 changed files with 5,637 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-vdo",
"name": "tonik-figma-plugins",
"private": true,
"workspaces": [
"packages/*"
Expand Down
9 changes: 9 additions & 0 deletions packages/p1/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "@tonik-figma-plugins/p1",
"version": "0.0.1",
"main": "./code.ts",
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.json"
}
}
8 changes: 3 additions & 5 deletions packages/p2/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "@react-vdo/ui",
"name": "@tonik-figma-plugins/p2",
"version": "0.0.1",
"main": "./code.ts",
"license": "MIT",
"dependencies": {
"@emotion/styled": "^11.3.0",
"@react-vdo/core": "^0.0.1",
"framer-motion": "^4.1.17"
"scripts": {
"build": "tsc -p tsconfig.json"
}
}
Loading

0 comments on commit 1dfb690

Please sign in to comment.