Skip to content

Commit 613445d

Browse files
author
Vinoth Kumar V
committed
multiselect unwanted features removed
1 parent 230ea86 commit 613445d

File tree

4 files changed

+191
-646
lines changed

4 files changed

+191
-646
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_modules/
66
npm-debug.log*
77
yarn-debug.log*
88
yarn-error.log*
9+
yarn.lock
910

1011
# Editor directories and files
1112
.idea

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"lint": "eslint --ext .js,.vue src"
1111
},
1212
"dependencies": {
13+
"@htoniv/tiny-tabs": "^1.0.1",
1314
"postcss-import": "^12.0.1",
1415
"postcss-loader": "^2.0.8",
15-
"postcss-url": "^7.2.1",
16-
"@htoniv/tiny-tabs": "^1.0.1"
16+
"postcss-url": "^7.2.1"
1717
},
1818
"devDependencies": {
1919
"autoprefixer": "^7.1.2",

0 commit comments

Comments
 (0)