Skip to content

Commit

Permalink
Version v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed May 12, 2020
1 parent 0390d32 commit 5bfc596
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist/dompurify-html.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildDirective = void 0;
var dompurify_1 = require("dompurify");
function buildDirective(config) {
if (config === void 0) { config = {}; }
Expand Down
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { VueConstructor } from 'vue';
import { DirectiveConfig, MinimalDOMPurifyConfig } from './dompurify-html';
export { DirectiveConfig, MinimalDOMPurifyConfig };
declare const _default: {
install(Vue: VueConstructor<import("vue").default>, config?: DirectiveConfig): void;
install(Vue: VueConstructor, config?: DirectiveConfig): void;
};
export default _default;
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-dompurify-html",
"version": "2.2.0",
"version": "2.2.1",
"description": "Safe replacement for the v-html directive",
"license": "MIT",
"author": "Thomas Gerbet",
Expand Down

0 comments on commit 5bfc596

Please sign in to comment.