mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
freeze dev dependencies
This commit is contained in:
parent
5bb009702b
commit
248254c99a
BIN
dist/showdown.min.js
vendored
BIN
dist/showdown.min.js
vendored
Binary file not shown.
BIN
dist/showdown.min.js.map
vendored
BIN
dist/showdown.min.js.map
vendored
Binary file not shown.
34
package.json
34
package.json
|
@ -39,24 +39,24 @@
|
|||
"showdown": "bin/showdown.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.0.2",
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-contrib-clean": "^1.0.0",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-jshint": "^1.1.0",
|
||||
"grunt-contrib-uglify": "^3.1.0",
|
||||
"grunt-conventional-changelog": "^6.1.0",
|
||||
"grunt-conventional-github-releaser": "^1.0.0",
|
||||
"grunt-endline": "^0.6.1",
|
||||
"grunt-eslint": "^19.0.0",
|
||||
"grunt-simple-mocha": "^0.4.0",
|
||||
"load-grunt-tasks": "^3.2.0",
|
||||
"performance-now": "^2.0.0",
|
||||
"quiet-grunt": "^0.2.3",
|
||||
"semver": "^5.4.1",
|
||||
"chai": "4.0.2",
|
||||
"grunt": "1.0.1",
|
||||
"grunt-contrib-clean": "1.0.0",
|
||||
"grunt-contrib-concat": "1.0.1",
|
||||
"grunt-contrib-jshint": "1.1.0",
|
||||
"grunt-contrib-uglify": "3.1.0",
|
||||
"grunt-conventional-changelog": "6.1.0",
|
||||
"grunt-conventional-github-releaser": "1.0.0",
|
||||
"grunt-endline": "0.6.1",
|
||||
"grunt-eslint": "19.0.0",
|
||||
"grunt-simple-mocha": "0.4.0",
|
||||
"load-grunt-tasks": "3.2.0",
|
||||
"performance-now": "2.0.0",
|
||||
"quiet-grunt": "0.2.3",
|
||||
"semver": "5.4.1",
|
||||
"semver-sort": "0.0.4",
|
||||
"sinon": "^4.0.0",
|
||||
"source-map-support": "^0.5.0"
|
||||
"sinon": "4.0.0",
|
||||
"source-map-support": "0.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsdom": "^9.12.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user