angular-in-memory-web-api
Advanced tools
Comparing version 0.1.4 to 0.1.5
# "angular-in-memory-web-api" versions | ||
<a name="0.1.5"></a> | ||
## 0.1.5 (2016-10-03) | ||
* project.json license changed again to match angular.io package.json | ||
<a name="0.1.4"></a> | ||
@@ -3,0 +7,0 @@ ## 0.1.4 (2016-10-03) |
@@ -478,2 +478,2 @@ "use strict"; | ||
exports.InMemoryBackendService = InMemoryBackendService; | ||
//# sourceMappingURL=in-memory-backend.service.js.map | ||
//# sourceMappingURL=in-memory-backend.service.js.map |
{ | ||
"name": "angular-in-memory-web-api", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "An in-memory web api for Angular demos and tests", | ||
@@ -25,3 +25,8 @@ "main":"index.js", | ||
"author": "", | ||
"license": "MIT", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/angular/angular.io/blob/master/LICENSE" | ||
} | ||
], | ||
"bugs": { | ||
@@ -28,0 +33,0 @@ "url": "https://github.com/angular/in-memory-web-api/issues" |
1664
118333