Skip to content

Commit 9482232

Browse files
committed
release 0.11.0
1 parent eeb16f4 commit 9482232

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "latex.js",
33
"description": "JavaScript LaTeX to HTML5 translator",
4-
"version": "0.10.1",
4+
"version": "0.11.0",
55
"author": {
66
"name": "Michael Brade",
77
"email": "[email protected]"
@@ -84,10 +84,10 @@
8484
"babel-loader": "8.0.x",
8585
"source-map-loader": "0.2.x",
8686
"copy-webpack-plugin": "4.5.x",
87-
"@babel/cli": "~7.1.0",
88-
"@babel/core": "~7.1.0",
87+
"@babel/cli": "7.1.x",
88+
"@babel/core": "7.1.x",
8989
"@babel/register": "7.0.x",
90-
"@babel/preset-env": "~7.1.0",
90+
"@babel/preset-env": "7.1.x",
9191
"@babel/plugin-syntax-object-rest-spread": "7.0.x",
9292
"mocha": "5.x",
9393
"mocha-junit-reporter": "1.18.x",

package.json.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: 'latex.js'
44
description: 'JavaScript LaTeX to HTML5 translator'
5-
version: '0.10.1'
5+
version: '0.11.0'
66

77
author:
88
'name': 'Michael Brade'
@@ -137,10 +137,10 @@ devDependencies:
137137
'source-map-loader': '0.2.x'
138138
'copy-webpack-plugin': '4.5.x'
139139

140-
'@babel/cli': '7.0.x'
141-
'@babel/core': '7.0.x'
140+
'@babel/cli': '7.1.x'
141+
'@babel/core': '7.1.x'
142142
'@babel/register': '7.0.x'
143-
'@babel/preset-env': '7.0.x'
143+
'@babel/preset-env': '7.1.x'
144144
'@babel/plugin-syntax-object-rest-spread': '7.0.x'
145145

146146

0 commit comments

Comments
 (0)