Skip to content

Commit e63d360

Browse files
chore(demo): remove test script from demo, has no tests
1 parent bc35336 commit e63d360

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

packages/demos/todomvc/package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,15 @@
55
"author": "Christian Alfoni <[email protected]>",
66
"license": "MIT",
77
"repository": "git+https://github.com/cerebral/overmind.git",
8-
"bin": {
9-
"overmind-devtools": "bin.js"
10-
},
118
"scripts": {
129
"start": "webpack-dev-server --port 4000",
1310
"typecheck": "tsc --noEmit",
14-
"test": "jest",
15-
"test:watch": "jest --watch --updateSnapshot --coverage false",
1611
"prepare": "npm run build",
1712
"posttest": "npm run typecheck"
1813
},
1914
"keywords": [
2015
"overmind",
21-
"devtool"
16+
"demo"
2217
],
2318
"dependencies": {
2419
"@types/node": "^10.5.1",
@@ -29,11 +24,8 @@
2924
"styled-components": "^3.3.3"
3025
},
3126
"devDependencies": {
32-
"@types/jest": "^23.1.4",
3327
"@types/react": "^16.4.6",
3428
"@types/react-dom": "^16.0.6",
35-
"jest": "^23.3.0",
36-
"ts-jest": "^23.0.0",
3729
"ts-loader": "^4.4.2",
3830
"tslib": "^1.9.3",
3931
"typescript": "^2.9.2",

0 commit comments

Comments
 (0)