update merge duplicate devDep in package.json

This commit is contained in:
King
2018-01-03 07:18:53 -05:00
parent 27e2488f00
commit e08665d151

View File

@ -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"
}