Browse Source

Use npm over yarn

pull/18/head
Luke Childs 5 years ago
parent
commit
5fe479c301
  1. 4
      .gitignore
  2. 10511
      package-lock.json
  3. 4
      package.json
  4. 7362
      yarn.lock

4
.gitignore

@ -3,8 +3,8 @@ dist
node_modules node_modules
.nyc_output .nyc_output
npm-debug.log npm-debug.log
package-lock.json yarn.lock
yarn-error.log yarn-error.log
# Local Netlify folder # Local Netlify folder
.netlify .netlify

10511
package-lock.json

File diff suppressed because it is too large

4
package.json

@ -10,8 +10,8 @@
"scripts": { "scripts": {
"dev": "parcel index.html", "dev": "parcel index.html",
"build": "parcel build index.html", "build": "parcel build index.html",
"build:dev": "NODE_ENV=development yarn build", "build:dev": "NODE_ENV=development npm run build",
"test": "xo && yarn build:dev" "test": "xo && npm run build:dev"
}, },
"xo": { "xo": {
"env": "browser" "env": "browser"

7362
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save