Skip to content

Commit

Permalink
Bumping Semver... parcel-bundler/parcel#7334
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackMattor committed Nov 20, 2021
1 parent 8573de1 commit af2d521
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
28 changes: 8 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -8,8 +8,8 @@
"test": "tests"
},
"scripts": {
"dev": "node bin/dev-environment.js",
"build": "node bin/build.js"
"dev": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"repository": "",
"engines": {
Expand All @@ -18,7 +18,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"parcel": "^2.0.1"
"parcel": "^2.0.1",
"semver": "5.7"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.0.1"
Expand Down

0 comments on commit af2d521

Please sign in to comment.