Skip to content

Commit 998f65e

Browse files
committed
Update package.json
1 parent 319d078 commit 998f65e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

samples/vuejs/typescript/00 Custom Validator/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
{
22
"name": "sample-vue-js",
33
"version": "1.0.0",
4-
"description": "Sample working with TypeScript and Webpack",
4+
"description": "Sample working with VueJS and lc-form-validation",
55
"main": "index.js",
66
"scripts": {
77
"start": "webpack-dev-server",
88
"build": "webpack"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/Lemoncode/vuejs-by-sample.git"
12+
"url": "git+https://github.com/Lemoncode/lcFormValidation.git"
1313
},
1414
"keywords": [
1515
"vue.js",
1616
"samples",
1717
"typescript",
18-
"webpack"
18+
"webpack",
19+
"lc-form-validation"
1920
],
2021
"author": "Lemoncode",
2122
"license": "MIT",
2223
"bugs": {
23-
"url": "https://github.com/Lemoncode/vuejs-by-sample/issues"
24+
"url": "https://github.com/Lemoncode/lcFormValidation/issues"
2425
},
25-
"homepage": "https://github.com/Lemoncode/vuejs-by-sample#readme",
26+
"homepage": "https://github.com/Lemoncode/lcFormValidation#readme",
2627
"devDependencies": {
2728
"@types/webpack-env": "^1.13.0",
2829
"awesome-typescript-loader": "^3.1.2",

0 commit comments

Comments
 (0)