Skip to content

Commit

Permalink
release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-brade committed Sep 20, 2018
1 parent eeb16f4 commit 9482232
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "latex.js",
"description": "JavaScript LaTeX to HTML5 translator",
"version": "0.10.1",
"version": "0.11.0",
"author": {
"name": "Michael Brade",
"email": "brade@kde.org"
Expand Down Expand Up @@ -84,10 +84,10 @@
"babel-loader": "8.0.x",
"source-map-loader": "0.2.x",
"copy-webpack-plugin": "4.5.x",
"@babel/cli": "~7.1.0",
"@babel/core": "~7.1.0",
"@babel/cli": "7.1.x",
"@babel/core": "7.1.x",
"@babel/register": "7.0.x",
"@babel/preset-env": "~7.1.0",
"@babel/preset-env": "7.1.x",
"@babel/plugin-syntax-object-rest-spread": "7.0.x",
"mocha": "5.x",
"mocha-junit-reporter": "1.18.x",
Expand Down
8 changes: 4 additions & 4 deletions package.json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: 'latex.js'
description: 'JavaScript LaTeX to HTML5 translator'
version: '0.10.1'
version: '0.11.0'

author:
'name': 'Michael Brade'
Expand Down Expand Up @@ -137,10 +137,10 @@ devDependencies:
'source-map-loader': '0.2.x'
'copy-webpack-plugin': '4.5.x'

'@babel/cli': '7.0.x'
'@babel/core': '7.0.x'
'@babel/cli': '7.1.x'
'@babel/core': '7.1.x'
'@babel/register': '7.0.x'
'@babel/preset-env': '7.0.x'
'@babel/preset-env': '7.1.x'
'@babel/plugin-syntax-object-rest-spread': '7.0.x'


Expand Down

0 comments on commit 9482232

Please sign in to comment.