Skip to content

Commit bdb2a6f

Browse files
committed
Cleaned up package.json
1 parent a64bfcb commit bdb2a6f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/tictactoe/package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
{
22
"name": "tictactoe",
33
"version": "1.0.0",
4-
"description": "Codesmith testing unit",
4+
"description": "Tic Tac Toe",
55
"scripts": {
66
"start": "node index.js",
77
"build": "./node_modules/.bin/webpack -w",
88
"test": "export NODE_ENV=test && mocha --timeout 8000 test/"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/CodesmithLLC/unit-12-testing.git"
1312
},
1413
"author": "David Petri <[email protected]> (davidpetri.com)",
1514
"license": "ISC",
16-
"bugs": {
17-
"url": "https://github.com/CodesmithLLC/unit-12-testing/issues"
18-
},
19-
"homepage": "https://github.com/CodesmithLLC/unit-12-testing#readme",
2015
"dependencies": {
2116
"body-parser": "^1.15.0",
2217
"casperjs": "^1.1.4",

0 commit comments

Comments
 (0)