Skip to content

Commit 248b670

Browse files
committed
release for v0.0.3 that has custom rule support
1 parent 738fc5b commit 248b670

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simple-react-validator",
33
"description": "A simple react form validator inspired by Laravel validation.",
44
"main": "dist/simple-react-validator.min.js",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"authors": [
77
"Stuart Yamartino"
88
],

dist/simple-react-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Simple React Validator v0.0.1 | Created By Dockwa | MIT License | 2017
1+
// Simple React Validator v0.0.3 | Created By Dockwa | MIT License | 2017
22
;(function(root, factory) {
33
if (typeof define === 'function' && define.amd) {
44
define(['react'], factory);

dist/simple-react-validator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var inject = require('gulp-inject-string')
55
var rename = require('gulp-rename');
66
var uglify = require('gulp-uglify');
77
var babel = require('gulp-babel');
8-
var HEADER_COMMENT = '// Simple React Validator v0.0.1 | Created By Dockwa | MIT License | 2017\n';
8+
var HEADER_COMMENT = '// Simple React Validator v0.0.3 | Created By Dockwa | MIT License | 2017\n';
99

1010
var gutil = require('gulp-util');
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-react-validator",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A simple react form validator inspired by Laravel validation.",
55
"main": "dist/simple-react-validator.min.js",
66
"dependencies": {},

0 commit comments

Comments
 (0)