Browse Source

added root core/plugins indexes

Harry Hedger 9 năm trước cách đây
mục cha
commit
5014604589
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      core.js
  2. 1 0
      plugins.js

+ 1 - 0
core.js

@@ -0,0 +1 @@
+module.exports = require('./lib/core')

+ 1 - 0
plugins.js

@@ -0,0 +1 @@
+module.exports = require('./lib/plugins')