Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 35c5057

Browse files
authored
Merge pull request #474 from andydavies92/master
Add support for React 16
2 parents 1c86b27 + ff7be30 commit 35c5057

37 files changed

+38619
-18946
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ literallycanvas/
33
*.sublime-workspace
44
node_modules/
55
*.log
6+
package-lock.json

demo/NODE_ENV.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
var process = {
2+
env: {
3+
NODE_ENV: "development"
4+
}
5+
};

0 commit comments

Comments
 (0)