Skip to content

Commit 6a53ff6

Browse files
committed
Cleanup example build.
1 parent b2461ea commit 6a53ff6

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

example/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.DELETE_ON_ERROR:
2-
BIN = ./node_modules/.bin
2+
BIN = ../node_modules/.bin
33

44
build: bundle.js
55

example/package.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@
3030
"devDependencies": {
3131
"babel-cli": "^6.11.4",
3232
"babel-preset-prometheusresearch": "^0.1.0",
33+
"babelify": "^7.3.0",
34+
"browserify": "^13.1.0",
3335
"eslint": "^3.3.1",
3436
"eslint-config-prometheusresearch": "^0.2.0",
3537
"eslint-plugin-react": "^6.1.2",
36-
"react": "^15.3.1"
38+
"react": "^15.3.1",
39+
"react-dom": "^15.3.1",
40+
"watchify": "^3.7.0"
3741
}
3842
}

0 commit comments

Comments
 (0)