diff --git a/bcr/README.md b/bcr/README.md new file mode 100644 index 0000000..46598ed --- /dev/null +++ b/bcr/README.md @@ -0,0 +1,5 @@ +# Incorrect package! + +_Use the [bytecode-react-cli](https://www.npmjs.com/package/bytecode-react-cli) NPM package_ + +This repository might be used as the main package repo when we release v1.0.0 diff --git a/bcr/package.json b/bcr/package.json new file mode 100644 index 0000000..a4ddaba --- /dev/null +++ b/bcr/package.json @@ -0,0 +1,9 @@ +{ + "name": "bcr", + "version": "1.0.0", + "description": "Correct package: bytecode-react-cli", + "main": "index.js", + "author": "Luciano Nooijen ", + "license": "MIT", + "private": false +}