Comparing version 0.0.1 to 0.0.2
@@ -1,3 +0,1 @@ | ||
'use strict'; | ||
module.exports = require('./lib/framework.js'); | ||
module.exports = require('./lib/framework') |
const path = require('path') | ||
const egg = require('egg') | ||
const EGG_PATH = Symbol.for('egg#eggPath') | ||
const EGG_LOADER = Symbol.for('egg#loader') | ||
const EggularLoader = require('./EggularLoader') | ||
@@ -10,2 +11,6 @@ | ||
} | ||
get [EGG_LOADER]() { | ||
return EggularLoader | ||
} | ||
} | ||
@@ -12,0 +17,0 @@ |
{ | ||
"name": "eggular", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
2969
71