Skip to content

Commit

Permalink
add new yarn files do gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Nov 29, 2022
1 parent f9b3dba commit 969fe0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Expand Up @@ -23,4 +23,8 @@ node_modules/
/percy.sh
/src/pages/playground.html
/src/pages/playground-*.html
/src/pages/features.html
/src/pages/features.html

.pnp.loader.mjs
.pnp.cjs
.yarn
13 changes: 5 additions & 8 deletions package.json
Expand Up @@ -217,6 +217,9 @@
"imask": {
"optional": true
},
"jsvectormap": {
"optional": true
},
"list.js": {
"optional": true
},
Expand All @@ -226,22 +229,16 @@
"nouislider": {
"optional": true
},
"tom-select": {
"plyr": {
"optional": true
},
"tinymce": {
"optional": true
},
"jsvectormap": {
"optional": true
},
"plyr": {
"tom-select": {
"optional": true
}
},
"resolutions": {
"**/**/node-gyp": "^5.0.0"
},
"release-it": {
"hooks": {
"after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo",
Expand Down

0 comments on commit 969fe0d

Please sign in to comment.