Skip to content

Commit 1aed2f1

Browse files
author
hc
committed
avoid publishing src
1 parent 678938a commit 1aed2f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ vue-manual-data-masking
2020

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

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

2525
## Installation
2626

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "vue-manual-data-masking",
33
"description": "A vue2 component for manual data masking",
4-
"version": "0.1.8",
4+
"version": "0.1.14",
55
"private": false,
66
"author": "HC200ok",
77
"license": "MIT",
88
"main": "dist/vue-manual-data-masking.common.js",
99
"files": [
10-
"dist",
11-
"src"
10+
"dist"
1211
],
1312
"repository": {
1413
"type": "git",

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
productionSourceMap: false,
23
devServer: {
34
port: 8888,
45
disableHostCheck: true,

0 commit comments

Comments
 (0)