@vulkano/core 0.9.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/app.js +1 -1
  2. package/package.json +1 -1
package/app.js CHANGED
@@ -121,7 +121,7 @@ delete allConfig.local;
121
121
  app.config = allConfig;
122
122
 
123
123
  // Package Config
124
- app.pkg = pkg;
124
+ app.pkg = appPkg;
125
125
 
126
126
  // Include all components
127
127
  require('./bootstrap/services')();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulkano/core",
3
- "version": "0.9.0",
3
+ "version": "1.0.1",
4
4
  "description": "A MVC framework using Express 4",
5
5
  "license": "MIT",
6
6
  "author": "Vulkano Team",