Comparing version 2.2.1-master.0c06aa1 to 2.2.1-master.456a172
{ | ||
"name": "json-ptr", | ||
"version": "2.2.1-master.0c06aa1", | ||
"version": "2.2.1-master.456a172", | ||
"author": "Phillip Clark <phillip@flitbit.com>", | ||
@@ -41,3 +41,3 @@ "description": "A complete implementation of JSON Pointer (RFC 6901) for nodejs and modern browsers.", | ||
"ci": "nyc mocha __tests__/**/*.spec.ts --timeout=10000 --exit --reporter mocha-junit-reporter --reporter-options mochaFile=reports/mocha/test-results.xml", | ||
"docs": "typedoc --theme minimal --entryPoints src/index.ts && cp _config.yml docs/" | ||
"docs": "typedoc --theme minimal && cp _config.yml docs/" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
@@ -39,3 +39,3 @@ # json-ptr | ||
The [API documentation is generated from code by typedoc and hosted here](http://flitbit.github.io/json-ptr/classes/_src_pointer_.jsonpointer.html). Read the docs. | ||
The [API documentation is generated from code by typedoc and hosted here](http://flitbit.github.io/json-ptr/). Read the docs. | ||
@@ -42,0 +42,0 @@ Documentation is always a work in progress, let us know by creating an issue if you need a scenario documented. |
Sorry, the diff of this file is not supported yet
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
233645