This commit is contained in:
Kent C. Dodds
2019-07-31 20:27:48 -06:00
parent cd5939daf8
commit d0c1fa44e4
58 changed files with 3272 additions and 1704 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "static-testing-tools",
"private": true,
"author": "Kent C. Dodds (http://kentcdodds.com/)",
"license": "GPLv3",
"scripts": {
"build": "babel src --out-dir dist"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1"
}
}