We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24752b5 + 5e2d888 commit d8d4143Copy full SHA for d8d4143
.gitignore
@@ -3,4 +3,3 @@ node_modules
3
dist/
4
extension/bundle.js
5
package/react-time-travel-1.0.1.tgz
6
-testing
package.json
@@ -5,7 +5,8 @@
"scripts": {
"build": "webpack --mode production",
7
"dev": "webpack --mode development --watch",
8
- "test": "echo \"Error: no test specified\""
+ "test": "echo \"Error: no test specified\"",
9
+ "package": "cd package & npm pack"
10
},
11
"keywords": [
12
"react",
testing
@@ -0,0 +1 @@
1
+Subproject commit 2156c60f2b7b4e2304cc5160f746d55ba75e22fc
0 commit comments