Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Jan 10, 2018
1 parent 2621786 commit 78aa730
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.0.10",
"version": "0.1.0",
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-charcodes/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-charcodes",
"version": "0.0.10",
"version": "0.1.0",
"description": "Replace charcodes AOT",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@babel/register": "^7.0.0-beta.31",
"@babel/types": "^7.0.0-beta.31",
"chai": "^4.1.2",
"charcodes": "^0.0.10",
"charcodes": "^0.1.0",
"mocha": "^4.0.1"
},
"babel": {
Expand All @@ -45,6 +45,6 @@
"babylon": "^7.0.0-beta.31"
},
"peerDependencies": {
"charcodes": "^0.0.10"
"charcodes": "^0.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/charcodes/package.json
@@ -1,6 +1,6 @@
{
"name": "charcodes",
"version": "0.0.10",
"version": "0.1.0",
"description": "Char codes constants",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 78aa730

Please sign in to comment.