Skip to content

Commit

Permalink
2.0.0: Upgrade to i18nline v2
Browse files Browse the repository at this point in the history
 * Add extension for Index command
 * Improve documentation
  • Loading branch information
Download committed Apr 5, 2018
1 parent 4ac3b1f commit 2881054
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-i18nline",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "Keep your translations in line - with Preact!",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -49,14 +49,14 @@
"preact-render-to-string": "^3.7.0"
},
"peerDependencies": {
"i18nline": "2.0.0-beta.1 || ^2.0.0",
"i18nline": "^2.0.0",
"preact": "^7.0.0 || ^8.0.0"
},
"dependencies": {
"chalk": "^2.3.2",
"esprima": "^4.0.0",
"extend": "^3.0.1",
"i18nline": "^2.0.0-beta.1",
"i18nline": "^2.0.1",
"invariant": "^2.2.4",
"preact": "^8.2.7",
"recast": "^0.14.7",
Expand Down

0 comments on commit 2881054

Please sign in to comment.