Skip to content

Commit 6b18dfc

Browse files
authored
Merge pull request #87 from jackdomleo7/npm-fix
2 parents 221c78f + 184b2bb commit 6b18dfc

5 files changed

Lines changed: 74 additions & 72 deletions

File tree

cooltipz.css

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

cooltipz.min.css

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-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cooltipz-css",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Cooltipz.css is a pure CSS tooltip library that is lightweight, modern, accessible, customisable and easy to use",
55
"scripts": {
66
"build": "npm run lint:fix && concurrently \"sass --no-source-map src/cooltipz.scss ./cooltipz.min.css --style=compressed\" \"sass --no-source-map src/cooltipz.scss ./cooltipz.css --style=expanded\" && concurrently \"npx postcss cooltipz.min.css --use autoprefixer cssnano --replace --no-map\" \"npx postcss cooltipz.css --use autoprefixer --replace --no-map\"",
@@ -49,15 +49,15 @@
4949
"main": "cooltipz.min.css",
5050
"style": "cooltipz.min.css",
5151
"devDependencies": {
52-
"autoprefixer": "^10.4.13",
52+
"autoprefixer": "^10.4.14",
5353
"concurrently": "^7.6.0",
54-
"cssnano": "^5.1.14",
54+
"cssnano": "^5.1.15",
5555
"git-branch-is": "^4.0.0",
5656
"is-git-status-clean": "^1.0.0",
5757
"postcss": "^8.4.21",
5858
"postcss-cli": "^10.1.0",
59-
"sass": "^1.58.1",
60-
"stylelint": "^15.1.0",
59+
"sass": "^1.60.0",
60+
"stylelint": "^15.3.0",
6161
"stylelint-config-standard-scss": "^7.0.1"
6262
},
6363
"peerDependencies": {
@@ -68,8 +68,8 @@
6868
"optional": true
6969
}
7070
},
71+
"packageManager": "npm@9.6.2",
7172
"engines": {
72-
"node": ">=14",
73-
"npm": ">=9"
73+
"node": ">=14"
7474
}
7575
}

src/_license.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/*! Cooltipz.css v2.2.1 | MIT License | github.com/jackdomleo7/Cooltipz.css */
1+
/*! Cooltipz.css v2.2.2 | MIT License | github.com/jackdomleo7/Cooltipz.css */

0 commit comments

Comments
 (0)