Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
ready for npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorsk committed Aug 1, 2016
1 parent adf8805 commit f447361
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions dist/ts-angular-jsonapi.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ts-angular-jsonapi.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/tsd.d.ts
Expand Up @@ -193,6 +193,7 @@ declare module Jsonapi {
}
}

/// <reference path="_all.d.ts" />
declare module Jsonapi {
class Core implements Jsonapi.ICore {
protected rsJsonapiConfig: any;
Expand Down Expand Up @@ -281,6 +282,7 @@ declare module Jsonapi {
/// <reference path="core.d.ts" />
/// <reference path="resource.d.ts" />

/// <reference path="../_all.d.ts" />
declare module Jsonapi {
class CoreServices {
protected JsonapiHttp: any;
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ts-angular-jsonapi",
"version": "0.0.2",
"version": "0.0.3",
"description": "ts-angular-jsonapi",
"contributors": [
{
Expand All @@ -24,7 +24,7 @@
"package.json"
],
"scripts": {
"install": "bower install && typings install && gulp -v",
"demoinstall": "bower install && typings install && gulp -v",
"start": "gulp serve",
"prepublish": "gulp dist"
},
Expand Down
2 changes: 1 addition & 1 deletion src/library/app.module.ts
Expand Up @@ -13,7 +13,7 @@
angular.module('Jsonapi.services', []);

angular.module('rsJsonapi', [
'angular-storage',
// 'angular-storage',
'Jsonapi.config',
'Jsonapi.services'
]);
Expand Down

0 comments on commit f447361

Please sign in to comment.