Skip to content

Commit b9f70b4

Browse files
Rúnar BergRúnar Berg
authored andcommitted
Update uglier-js and babel
1 parent 232a676 commit b9f70b4

File tree

2 files changed

+185
-12
lines changed

2 files changed

+185
-12
lines changed

package-lock.json

Lines changed: 181 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"predist": "npm run test",
1212
"dist": "rm -fr dist; mkdir dist; npm run browserify; npm run minify",
1313
"lint": "eslint index.js lib/",
14-
"minify": "uglifyjs dist/markdown-it-math.js -b beautify=false,ascii-only=true -c -m --preamble \"/*! ${npm_package_name} ${npm_package_version} ${npm_package_homepage} @license MIT */\" > dist/markdown-it-math.min.js",
14+
"minify": "uglifyjs dist/markdown-it-math.js -b beautify=false,ascii_only=true -c -m --preamble \"/*! ${npm_package_name} ${npm_package_version} ${npm_package_homepage} @license MIT */\" > dist/markdown-it-math.min.js",
1515
"prepublish": "npm run dist",
1616
"pretest": "npm run lint",
1717
"test": "mocha"
@@ -37,14 +37,15 @@
3737
"ascii2mathml": "^0.6.2"
3838
},
3939
"devDependencies": {
40+
"@babel/core": "^7.3.4",
4041
"babelify": "^10.0.0",
4142
"browserify": "^16.2.3",
4243
"eslint": "^5.14.1",
4344
"lodash": "^4.17.11",
4445
"markdown-it": "^8.4.2",
45-
"markdown-it-testgen": "^0.1.4",
46+
"markdown-it-testgen": "^0.1.5",
4647
"mocha": "^6.0.2",
4748
"texzilla": "^0.9.9",
48-
"uglifyjs": "^2.4.11"
49+
"uglify-js": "^3.4.9"
4950
}
5051
}

0 commit comments

Comments
 (0)