structure-js
Advanced tools
Comparing version 0.13.0 to 0.13.1
{ | ||
"name": "structurejs", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "jquery": "*", |
@@ -11,5 +11,6 @@ 'use strict'; | ||
// Controllers | ||
LocalStorageController: require('./js/controller/LocalStorageController').default, | ||
Router: require('./js/controller/Router').default, | ||
// Services | ||
ApplicationCacheService: require('./js/service/ApplicationCacheService').default, | ||
LocalStorageService: require('./js/service/LocalStorageService').default, | ||
Router: require('./js/service/Router').default, | ||
@@ -16,0 +17,0 @@ // Display |
{ | ||
"name": "structure-js", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.", | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/codeBelt/StructureJS", |
@@ -255,2 +255,4 @@ # `StructureJS` | ||
* 2016-08-26 v0.13.1 Fix npm index class path issues. | ||
* 2016-08-26 v0.13.0 Rename ApplicationCacheController to ApplicationCacheService and move to service directory. Rename LocalStorageController to LocalStorageService and move to service directory. Move Router to service directory. | ||
@@ -257,0 +259,0 @@ |
Sorry, the diff of this file is not supported yet
4901777
31376
324