From 14b151cad6a5a849bb476aaa3fc53bf1eead7f4b Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Wed, 6 Feb 2019 20:28:15 +0100 Subject: cleanup --- packages/ui/package.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'packages/ui/package.json') diff --git a/packages/ui/package.json b/packages/ui/package.json index cd7252850..387f8de50 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,11 +1,11 @@ { "name": "@meetfranz/ui", - "version": "0.0.0", + "version": "0.0.1", "description": "React UI components for Franz", "main": "lib/index.js", "scripts": { - "dev": "NODE_ENV=development ../../node_modules/.bin/webpack -w", - "prepare": "../../node_modules/.bin/webpack" + "dev": "tsc -w", + "prepare": "tsc" }, "publishConfig": { "access": "public" @@ -30,9 +30,6 @@ }, "peerDependencies": { "classnames": "^2.2.6", - "lodash": "^4.17.11", - "mobx": "^5.8.0", - "mobx-react": "^5.4.3", "react": "^16.7.0", "react-dom": "16.7.0", "react-jss": "^8.6.1" -- cgit v1.2.3-54-g00ecf