Skip to content

Commit

Permalink
avoid publishing src
Browse files Browse the repository at this point in the history
  • Loading branch information
hc committed May 27, 2022
1 parent 678938a commit 1aed2f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vue-manual-data-masking

<img src="demo.gif" wight="150" />

[Try!](https://codesandbox.io/s/vue-manual-data-masking-yt6cc?file=/src/App.vue)
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/vue-manual-data-masking-yt6cc?file=/src/App.vue)

## Installation

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "vue-manual-data-masking",
"description": "A vue2 component for manual data masking",
"version": "0.1.8",
"version": "0.1.14",
"private": false,
"author": "HC200ok",
"license": "MIT",
"main": "dist/vue-manual-data-masking.common.js",
"files": [
"dist",
"src"
"dist"
],
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
productionSourceMap: false,
devServer: {
port: 8888,
disableHostCheck: true,
Expand Down

0 comments on commit 1aed2f1

Please sign in to comment.