Skip to content

Commit ff55c46

Browse files
committed
build
1 parent 3269cec commit ff55c46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/constraint-validator.cjs.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.

dist/constraint-validator.esm.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.

dist/constraint-validator.umd.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "dist/constraint-validator.cjs.js",
44
"module": "dist/constraint-validator.esm.js",
55
"browser": "dist/constraint-validator.umd.js",
6-
"version": "1.1.3",
6+
"version": "1.1.4",
77
"description": "Constraint validation tool",
88
"scripts": {
99
"test": "NODE_PATH=./src mocha --require ./tests/bootstrap.js ./tests/**/*.spec.js",

0 commit comments

Comments
 (0)