Skip to content

Commit 2b7a46a

Browse files
committed
Pointed web package.json to build directory
1 parent 6d4f230 commit 2b7a46a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-orchestra",
3-
"version": "0.3.0-alpha",
3+
"version": "0.3.0-beta",
44
"description": "A toolbox to build interactive and smart instruments on the web and mobile.",
55
"main": "web/lib/index.js",
66
"scripts": {

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "react-orchestra",
3-
"version": "1.0.0",
2+
"name": "react-orchestra-web",
3+
"version": "1.1.0",
44
"description": "react-orchestra React component",
5-
"main": "src/index.js",
5+
"main": "lib/index.js",
66
"jsnext:main": "src/index.js",
77
"module": "src/index.js",
88
"files": [

0 commit comments

Comments
 (0)