comment-json
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "comment-json", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Parse and stringify JSON file with domments", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -47,3 +47,3 @@ # comment-json [![NPM version](https://badge.fury.io/js/comment-json.svg)](http://badge.fury.io/js/comment-json) [![Build Status](https://travis-ci.org/kaelzhang/node-comment-json.svg?branch=master)](https://travis-ci.org/kaelzhang/node-comment-json) [![Dependency Status](https://gemnasium.com/kaelzhang/node-comment-json.svg)](https://gemnasium.com/kaelzhang/node-comment-json) | ||
### json.strip(string) | ||
#<!-- ## json.strip(string) | ||
@@ -62,3 +62,3 @@ Strips comments from `string`. | ||
json.clean(object); // {name: "comment-json"} | ||
``` | ||
``` --> | ||
@@ -65,0 +65,0 @@ ## License |
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
16712