nuxt-jsonld
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,8 @@ | ||
## [1.3.1](https://github.com/ymmooot/nuxt-jsonld/compare/v1.3.0...v1.3.1) (2019-05-31) | ||
### Bug Fixes | ||
* fix to export types ([2020749](https://github.com/ymmooot/nuxt-jsonld/commit/2020749)) | ||
# [1.3.0](https://github.com/ymmooot/nuxt-jsonld/compare/v1.2.0...v1.3.0) (2019-05-31) | ||
@@ -2,0 +9,0 @@ |
@@ -0,1 +1,2 @@ | ||
import './declaration.d'; | ||
export declare const Jsonld: (component: any) => void; | ||
@@ -2,0 +3,0 @@ declare const _default: { |
@@ -17,2 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
require("./declaration.d"); | ||
var createMixin_1 = __importDefault(require("./createMixin")); | ||
@@ -19,0 +20,0 @@ var decorator_1 = __importDefault(require("./decorator")); |
{ | ||
"name": "nuxt-jsonld", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "manage jsonld in Vue component.", | ||
@@ -28,6 +28,5 @@ "main": "lib/index.js", | ||
"files": [ | ||
"lib", | ||
"types/*.d.ts" | ||
"lib" | ||
], | ||
"typings": "./types/index.d.ts", | ||
"typings": "./lib/index.d.ts", | ||
"devDependencies": { | ||
@@ -48,3 +47,3 @@ "@semantic-release/changelog": "^3.0.2", | ||
"eslint-plugin-import": "^2.17.3", | ||
"eslint-plugin-jest": "^22.5.1", | ||
"eslint-plugin-jest": "^22.6.4", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
@@ -51,0 +50,0 @@ "jest": "^24.8.0", |
10867
9
135