Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit 8eb0be8

Browse files
committed
0.13.1
1 parent 0aada8f commit 8eb0be8

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ _onClickHandler(event) {
252252

253253
## Release History
254254

255+
* 2016-08-26 v0.13.1 Fix npm index class path issues.
256+
255257
* 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.
256258

257259
* 2016-08-20 v0.12.8 Router - Add Router to npm index file.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structurejs",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"dependencies": {
55
"jquery": "*",
66
"handlebars": "*"

index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ module.exports = {
88
BaseObject: require('./js/BaseObject').default,
99
ObjectManager: require('./js/ObjectManager').default,
1010

11-
// Controllers
12-
LocalStorageController: require('./js/controller/LocalStorageController').default,
13-
Router: require('./js/controller/Router').default,
11+
// Services
12+
ApplicationCacheService: require('./js/service/ApplicationCacheService').default,
13+
LocalStorageService: require('./js/service/LocalStorageService').default,
14+
Router: require('./js/service/Router').default,
1415

1516
// Display
1617
DisplayObject: require('./js/display/DisplayObject').default,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structure-js",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"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.",
55
"url": "https://github.com/codeBelt/StructureJS",
66
"repository": "https://github.com/codeBelt/StructureJS",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy