update merge duplicate devDep in package.json
This commit is contained in:
@ -11,7 +11,8 @@
|
||||
"rollup-plugin-babel": "^3.0.3",
|
||||
"rollup-plugin-babel-minify": "^3.1.2",
|
||||
"semistandard": "^11.0.0",
|
||||
"tape": "^4.8.0"
|
||||
"tape": "^4.8.0",
|
||||
"tap-spec": "^4.1.1"
|
||||
},
|
||||
"name": "30-seconds-of-code",
|
||||
"description": "A collection of useful JavaScript snippets.",
|
||||
@ -41,8 +42,5 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/Chalarangelo/30-seconds-of-code/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Chalarangelo/30-seconds-of-code#readme",
|
||||
"devDependencies": {
|
||||
"tap-spec": "^4.1.1"
|
||||
}
|
||||
"homepage": "https://github.com/Chalarangelo/30-seconds-of-code#readme"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user