We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2461ea commit 6a53ff6Copy full SHA for 6a53ff6
example/Makefile
@@ -1,5 +1,5 @@
1
.DELETE_ON_ERROR:
2
-BIN = ./node_modules/.bin
+BIN = ../node_modules/.bin
3
4
build: bundle.js
5
example/package.json
package.json
@@ -30,9 +30,13 @@
30
"devDependencies": {
31
"babel-cli": "^6.11.4",
32
"babel-preset-prometheusresearch": "^0.1.0",
33
+ "babelify": "^7.3.0",
34
+ "browserify": "^13.1.0",
35
"eslint": "^3.3.1",
36
"eslint-config-prometheusresearch": "^0.2.0",
37
"eslint-plugin-react": "^6.1.2",
- "react": "^15.3.1"
38
+ "react": "^15.3.1",
39
+ "react-dom": "^15.3.1",
40
+ "watchify": "^3.7.0"
41
}
42
0 commit comments