vue-instantsearch
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -0,1 +1,7 @@ | ||
<a name="0.3.1"></a> | ||
## [0.3.1](https://github.com/algolia/vue-instantsearch/compare/v0.3.0...v0.3.1) (2017-07-26) | ||
Update the readme on npm website. | ||
<a name="0.3.0"></a> | ||
@@ -2,0 +8,0 @@ # [0.3.0](https://github.com/algolia/vue-instantsearch/compare/v0.2.1...v0.3.0) (2017-07-21) |
@@ -11,3 +11,3 @@ 'use strict'; | ||
var version = "0.3.0"; | ||
var version = "0.3.1"; | ||
@@ -14,0 +14,0 @@ var serialize = function(helper) { |
@@ -5,3 +5,3 @@ import algolia from 'algoliasearch/lite'; | ||
var version = "0.3.0"; | ||
var version = "0.3.1"; | ||
@@ -8,0 +8,0 @@ var serialize = function(helper) { |
@@ -19,3 +19,3 @@ { | ||
"license": "MIT", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"files": [ | ||
@@ -33,4 +33,6 @@ "dist" | ||
"build:umd": "rollup -c ./build/rollup.umd.config.js", | ||
"docs:build": "gitbook install && gitbook build", | ||
"docs:watch": "gitbook install && gitbook serve", | ||
"docs:build": "cd docs/docgen && yarn && yarn build", | ||
"docs:build:dev": "cd docs/docgen && yarn && yarn build:dev", | ||
"docs:watch": "cd docs/docgen && yarn && yarn dev", | ||
"docs:deploy": "cd docs && yarn && yarn deploy", | ||
"watch": "concurrently --raw --kill-others \"yarn run test:watch\" \"yarn run build:cjs:watch\"", | ||
@@ -66,3 +68,2 @@ "test": "yarn run build:cjs && yarn run lint && jest --verbose --coverage", | ||
"eslint-plugin-prettier": "^2.1.2", | ||
"gitbook-cli": "^2.3.0", | ||
"jest": "^20.0.3", | ||
@@ -69,0 +70,0 @@ "jest-serializer-html": "^4.0.0", |
@@ -40,3 +40,3 @@ [![Vue InstantSearch logo][logo]][website] | ||
[logo]: ./fixme.png | ||
[logo]: https://raw.githubusercontent.com/algolia/vue-instantsearch/master/vue-instantsearch-readme.png | ||
[website]: https://community.algolia.com/vue-instantsearch | ||
@@ -43,0 +43,0 @@ [algolia-website]: https://www.algolia.com/ |
Sorry, the diff of this file is too big to display
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
312918
26