Skip to content

Commit 1e67991

Browse files
authored
Merge pull request #74 from Lemoncode/release1.0.0-final-steps
Changes to publish 1.0.0 beta
2 parents 8e95996 + 05358f5 commit 1e67991

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

lib/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lc-form-validation",
3-
"version": "0.9.0",
4-
"description": "lcFormValidation is form library validation: heavily based on javascript (no html attributes / annotations), async by default. lcFormValidation is third party / framework agnostic, it can be easily integrated with frameworks like React.",
3+
"version": "1.0.0-beta.0",
4+
"description": "lcFormValidation is an async form validation library heavily based on JavaScript (no HTML attributes or annotations). lcFormValidation is third party / framework agnostic so it can be easily integrated with frameworks like React.",
55
"main": "dist/lc-form-validation.js",
66
"scripts": {
77
"test": "karma start --browsers PhantomJS --single-run",
@@ -15,9 +15,8 @@
1515
"files": [
1616
"dist",
1717
"src",
18-
"lcformvalidation.d.ts",
18+
"lc-form-validation.d.ts",
1919
"package.json",
20-
"typings.json",
2120
"README.md",
2221
"ReadmeResources"
2322
],
@@ -57,7 +56,7 @@
5756
"typescript": "2.2.1",
5857
"webpack": "2.2.1"
5958
},
60-
"typings": "./lcformvalidation.d.ts",
59+
"types": "./lc-form-validation.d.ts",
6160
"keywords": [
6261
"validation",
6362
"form validation",

0 commit comments

Comments
 (0)