Skip to content

Commit 41fbc05

Browse files
1.1.0
1 parent b823cb3 commit 41fbc05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
},
5050
"name": "CodingWithTom",
5151
"description": "",
52-
"version": "1.0.0",
52+
"version": "1.1.0",
5353
"main": "index.js",
5454
"scripts": {
5555
"serve": "node parcel.js",
5656
"build": "npm-run-all build:*",
5757
"build:parcel": "cross-env NODE_ENV=production parcel build index.html",
5858
"build:gulp": "gulp",
59-
"deploy":"npm-run-all deploy:*",
59+
"deploy": "npm-run-all deploy:*",
6060
"deploy:bump": "npm version minor",
6161
"deploy:build": "npm run build",
6262
"deploy:deploy": "gh-pages -d dist"

0 commit comments

Comments
 (0)