Removed Jest.
This commit is contained in:
parent
4644fbfd7c
commit
0f8a862052
File diff suppressed because it is too large
Load Diff
|
|
@ -3,9 +3,7 @@
|
||||||
"version": "0.9.0",
|
"version": "0.9.0",
|
||||||
"description": "General purpose Beau plugins.",
|
"description": "General purpose Beau plugins.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {},
|
||||||
"test": "jest"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/seich/beau-std.git"
|
"url": "git+https://github.com/seich/beau-std.git"
|
||||||
|
|
@ -22,7 +20,5 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"date-fns": "^1.29.0"
|
"date-fns": "^1.29.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {}
|
||||||
"jest": "^22.4.3"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue