Skip to content

Commit fc9d65d

Browse files
committed
change all extensions from es6 to js
1 parent 417437d commit fc9d65d

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ node_modules
3434
examples/todomvc/public/*
3535
!examples/todomvc/public/index.html
3636

37-
react-most.js
37+
/react-most.js
3838
/engine
39-
transdux.js
4039
public
4140
deploy
4241
deploy.pub
43-
browser.js
44-
history.js
45-
test-utils.js
42+
/browser.js
43+
/history.js
44+
/test-utils.js

lib/browser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
global.Most = require('../react-most')
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)