tweaks package

This commit is contained in:
Steve Ruiz 2021-09-05 12:00:52 +01:00
parent 0d2aee0059
commit e081e7a698
3 changed files with 8 additions and 10 deletions

View file

@ -2,7 +2,7 @@
"name": "@tldraw/core",
"version": "0.0.72",
"private": false,
"description": "A tiny little drawing app (core).",
"description": "A tiny little drawing app (core)",
"author": "@steveruizok",
"repository": {
"type": "git",
@ -54,6 +54,5 @@
"dependencies": {
"deepmerge": "^4.2.2",
"react-use-gesture": "^9.1.3"
},
"gitHead": "39b8751b65706ba1bfd3a03a01e4e676f56a54ea"
}
}
}

View file

@ -2,7 +2,7 @@
"name": "@tldraw/dev",
"version": "0.0.72",
"private": true,
"description": "A tiny little drawing app (core).",
"description": "A tiny little drawing app (dev)",
"author": "@steveruizok",
"license": "MIT",
"keywords": [
@ -34,4 +34,4 @@
"typescript": "4.2.3"
},
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
}
}

View file

@ -2,7 +2,7 @@
"name": "@tldraw/tldraw",
"version": "0.0.72",
"private": false,
"description": "A tiny little drawing app (editor).",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {
"type": "git",
@ -65,6 +65,5 @@
"perfect-freehand": "^0.5.3",
"react-hotkeys-hook": "^3.4.0",
"rko": "^0.5.20"
},
"gitHead": "39b8751b65706ba1bfd3a03a01e4e676f56a54ea"
}
}
}