Skip to content

Commit b1fce66

Browse files
committed
VErsion bump and build
1 parent f866e94 commit b1fce66

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

dist/index.js

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"author": "jasonrundell <[email protected]>",
44
"type": "module",
55
"main": "./dist/index.js",
6-
"version": "1.1.0",
6+
"version": "1.1.1",
7+
"scripts": {
8+
"build": "parcel build src/index.jsx --no-minify --no-cache --public-url /",
9+
"format": "prettier --write src/**/*.{js,jsx}"
10+
},
711
"dependencies": {
812
"husky": "^7.0.1",
913
"node-sass": "^6.0.1",
@@ -19,13 +23,6 @@
1923
"type": "git",
2024
"url": "[email protected]:jasonrundell/react-mega-menu.git"
2125
},
22-
"scripts": {
23-
"build": "parcel build src/index.jsx --no-minify --no-cache --public-url /",
24-
"format": "prettier --write src/**/*.{js,jsx.scss}"
25-
},
26-
"eslintConfig": {
27-
"extends": "react-app"
28-
},
2926
"browserslist": {
3027
"production": [
3128
">0.2%",

0 commit comments

Comments
 (0)