1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 21:57:26 +03:00

Add bin field

This commit is contained in:
Brent Jackson 2017-09-12 22:02:59 -04:00
parent c198d0f651
commit 3f66bf3fc3

View File

@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "React dev environment, static-site generator, and bundler",
"main": "index.js",
"bin": {
"rx0": "bin/cli.js"
},
"scripts": {
"_test": "./bin/cli.js dev docs/Root.js",
"test": "./bin/cli.js dev ../avatar/src/Avatar.js"