Comparing version 0.6.8 to 0.6.9
@@ -420,3 +420,3 @@ 'use strict'; | ||
* @param mime_type {string} a mime type value e.g. "application/ts+book". where the type is "book" | ||
* @returns {string} | ||
* @returns {string} The resource container type | ||
*/ | ||
@@ -423,0 +423,0 @@ function mimeToType(mime_type) { |
{ | ||
"name": "door43-rc", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "A utility for managing Door43 Resource Containers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/main.js", |
@@ -1,2 +0,2 @@ | ||
# node-resource-container | ||
# resource-container | ||
A utility for managing Door43 Resource Containers. This follows the specification at http://discourse.door43.org/t/resource-containers/53. | ||
@@ -8,3 +8,3 @@ | ||
``` | ||
npm install door43-rc | ||
npm install resource-container | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36365