Browse Source

npm audit fix, added gitignore

master
Gisle Aune 6 years ago
parent
commit
5f37ac57c2
  1. 1
      .gitignore
  2. 7476
      package-lock.json
  3. 4
      package.json

1
.gitignore

@ -0,0 +1 @@
node_modules

7476
package-lock.json
File diff suppressed because it is too large
View File

4
package.json

@ -5,7 +5,7 @@
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.0.17"
"react-scripts": "^1.1.4"
},
"scripts": {
"start": "react-scripts start",
@ -13,4 +13,4 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
}
Loading…
Cancel
Save