mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Convert devDependencies from ^ to ~.
This commit is contained in:
parent
18125a1872
commit
85e6e7a183
1 changed files with 11 additions and 11 deletions
22
package.json
22
package.json
|
|
@ -29,17 +29,17 @@
|
|||
"markdown-it": "8.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^9.4.7",
|
||||
"browserify": "^16.1.1",
|
||||
"cpy-cli": "^1.0.1",
|
||||
"eslint": "^4.19.0",
|
||||
"glob": "^7.1.2",
|
||||
"istanbul": "^0.4.5",
|
||||
"nodeunit": "^0.11.2",
|
||||
"q": "^1.5.1",
|
||||
"rimraf": "^2.6.2",
|
||||
"tv4": "^1.3.0",
|
||||
"uglify-js": "^3.3.16"
|
||||
"@types/node": "~9.4.7",
|
||||
"browserify": "~16.1.1",
|
||||
"cpy-cli": "~1.0.1",
|
||||
"eslint": "~4.19.0",
|
||||
"glob": "~7.1.2",
|
||||
"istanbul": "~0.4.5",
|
||||
"nodeunit": "~0.11.2",
|
||||
"q": "~1.5.1",
|
||||
"rimraf": "~2.6.2",
|
||||
"tv4": "~1.3.0",
|
||||
"uglify-js": "~3.3.16"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue