Skip to content

Commit 887d1a4

Browse files
committed
chore: tweak
1 parent b23cb82 commit 887d1a4

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue SFC Parser
22

3-
Vue.js single file component parser with some helpers.
3+
Vue.js single file component parser for static analysis.
44

55
## Usage
66

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
"name": "vue-sfc-parser",
33
"version": "0.0.0",
44
"author": "katashin",
5-
"description": "",
6-
"keywords": [],
5+
"description": "Vue.js single file component parser for static analysis",
6+
"keywords": [
7+
"Vue.js",
8+
"component",
9+
"parser",
10+
"single file component",
11+
"static analysis"
12+
],
713
"license": "MIT",
814
"main": "lib/index.js",
915
"typings": "lib/index.d.ts",

src/sfc-parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*!
22
* Vue SFC Parser
33
* Copyright (c) Evan You
44
* MIT License

0 commit comments

Comments
 (0)