update dev instructions

This commit is contained in:
Iuri Matias 2019-10-01 15:28:47 -04:00
parent 8fda42082e
commit 7b303440a3
3 changed files with 4 additions and 13 deletions

3
.gitignore vendored
View File

@ -5,5 +5,4 @@ subspace.db
TODO
test.js
/dist/
/react/
subspace.db
/react/

View File

@ -4,5 +4,4 @@ phoenix.db
subspace.db
examples/
test/
.editorconfig
subspace.db
.editorconfig

View File

@ -124,17 +124,10 @@ To build:
* `yarn build`
```js
const Subspace = require('./src/index.js');
const Subspace = require('./dist/node.js');
```
To build:
* `yarn`
* `yarn build`
```js
const Subspace = require('./src/index.js');
```
The browser version can be found at `dist/browser.js`
## License
MIT