prismic.io
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"devDependencies": { | ||
@@ -16,0 +16,0 @@ "codeclimate-test-reporter": "~0.0.4", |
@@ -15,13 +15,9 @@ ## JavaScript development kit for prismic.io | ||
```sh | ||
npm install prismic.io | ||
npm install prismic.io --save | ||
``` | ||
Or using __bower__: | ||
Or you can find downloadable versions of the kit on our release page: [https://github.com/prismicio/javascript-kit/releases](https://github.com/prismicio/javascript-kit/releases). | ||
```sh | ||
bower install prismic.io | ||
``` | ||
*A beta version is available: 2.0.0-beta2 on NPM, see [the new README](https://github.com/prismicio/javascript-kit/tree/newbuild) for usage information.* | ||
Finally, you can find downloadable versions of the kit on our release page: [https://github.com/prismicio/javascript-kit/releases](https://github.com/prismicio/javascript-kit/releases). | ||
### Usage | ||
@@ -35,3 +31,2 @@ | ||
* [Node.js starter kit](https://github.com/prismicio/javascript-nodejs-starter) | ||
* [Single page starter kit](https://github.com/prismicio/javascript-singlepage) | ||
* [Static pages generation with baked.js](https://github.com/prismicio/baked.js) | ||
@@ -38,0 +33,0 @@ |
@@ -376,3 +376,3 @@ (function (Global, undefined) { | ||
if (id) { | ||
this.getById(this.bookmarks[bookmark], options, callback); | ||
this.getByID(this.bookmarks[bookmark], options, callback); | ||
} else { | ||
@@ -379,0 +379,0 @@ callback(new Error("Error retrieving bookmarked id")); |
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
3480728
121
11013
83