From 2b2ed73781bf878ccfd132cf15d6e0b9c6fbe3a1 Mon Sep 17 00:00:00 2001 From: Bram Kaashoek Date: Thu, 6 Aug 2020 16:57:25 +0200 Subject: [PATCH] update readme --- README.md | 28 +++------------------------- package.json | 2 +- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 7555d82..9b8eadf 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,5 @@ -# TSDX Bootstrap +# React Abode -This project was bootstrapped with [TSDX](https://github.com/jaredpalmer/tsdx). +Replacement for react habitat -## Local Development - -Below is a list of commands you will probably find useful. - -### `npm start` or `yarn start` - -Runs the project in development/watch mode. Your project will be rebuilt upon changes. TSDX has a special logger for you convenience. Error messages are pretty printed and formatted for compatibility VS Code's Problems tab. - - - -Your library will be rebuilt if you make edits. - -### `npm run build` or `yarn build` - -Bundles the package to the `dist` folder. -The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module). - - - -### `npm test` or `yarn test` - -Runs the test watcher (Jest) in an interactive mode. -By default, runs tests related to files changed since the last commit. +exposes `populate`, `register`, `getScriptProps` and `setComponentSelector` diff --git a/package.json b/package.json index 62dffa8..48e8e9f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",