浏览代码

added root core/plugins indexes

Harry Hedger 9 年之前
父节点
当前提交
5014604589
共有 2 个文件被更改,包括 2 次插入0 次删除
  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')