Skip to content

Commit

Permalink
v2.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Jan 18, 2020
1 parent c9e9cb4 commit 5dec9a7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.4.9"
"version": "2.4.10"
}
2 changes: 1 addition & 1 deletion packages/parse-form/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/parse-form/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "seemple-parse-form",
"version": "2.4.9",
"version": "2.4.10",
"description": "Binds named fields of HTML5 form",
"main": "index.js",
"scripts": {
"test": "npm run cover",
"cover": "../../node_modules/.bin/babel-node ../../node_modules/.bin/babel-istanbul cover test/index.js",
"npm-compile": "babel src -d npm && cp package.json npm/package.json",
"npm-compile": "babel src -d npm && cp package.json npm/package.json && cp README.md npm/README.md",
"build": "../../node_modules/.bin/webpack --mode=production"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "seemple-router",
"version": "2.4.9",
"version": "2.4.10",
"description": "A router for Seemple.js",
"main": "index",
"scripts": {
"test": "npm run unit",
"unit": "../../node_modules/.bin/babel-node ../../node_modules/.bin/babel-istanbul cover test/index.js",
"lint": "eslint ./test ./src",
"npm-compile": "babel src -d npm && cp package.json npm/package.json",
"npm-compile": "babel src -d npm && cp package.json npm/package.json && cp README.md npm/README.md",
"build": "../../node_modules/.bin/webpack --mode=production"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/seemple/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/seemple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seemple",
"version": "2.4.9",
"version": "2.4.10",
"description": "Seemple.js framework",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 5dec9a7

Please sign in to comment.