Files
create-react-app/packages/confusing-browser-globals/package.json
Joe Haddad 9754a23170 Bump deps
2018-01-18 00:04:38 -05:00

22 lines
434 B
JSON

{
"name": "confusing-browser-globals",
"version": "1.0.0",
"description": "A list of browser globals that are often used by mistake instead of local variables",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": "facebookincubator/create-react-app",
"keywords": [
"eslint",
"globals"
],
"files": [
"index.js"
],
"devDependencies": {
"jest": "22.1.2"
}
}