Skip to content

Commit d8d4143

Browse files
authored
Merge pull request #11 from oslabs-beta/rydang/tictactoe
testing folder for tictactoe
2 parents 24752b5 + 5e2d888 commit d8d4143

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ node_modules
33
dist/
44
extension/bundle.js
55
package/react-time-travel-1.0.1.tgz
6-
testing

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"scripts": {
66
"build": "webpack --mode production",
77
"dev": "webpack --mode development --watch",
8-
"test": "echo \"Error: no test specified\""
8+
"test": "echo \"Error: no test specified\"",
9+
"package": "cd package & npm pack"
910
},
1011
"keywords": [
1112
"react",

testing

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 2156c60f2b7b4e2304cc5160f746d55ba75e22fc

0 commit comments

Comments
 (0)