primer-tooltips
Advanced tools
Comparing version 0.2.3 to 0.3.0
@@ -0,1 +1,11 @@ | ||
# v0.3.0 | ||
* Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5) | ||
* Updating link to real primer-css repository - Jon Rohan [github/github@bbaedda](https://github.com/github/github/commit/bbaedda) | ||
* Updating the modules stylelint - Jon Rohan [github/github@389609f](https://github.com/github/github/commit/389609f) | ||
* Add back tooltip multiline bug - Jon Rohan [github/github@4a32708](https://github.com/github/github/commit/4a32708) | ||
* dropping some browser hacks - Jon Rohan [github/github@2969e8a](https://github.com/github/github/commit/2969e8a) | ||
* Make sure the modules build without error before publishing - Jon Rohan [github/github@57ac5e6](https://github.com/github/github/commit/57ac5e6) | ||
* Adding documentation status to most of the modules - Jon Rohan [github/github@b97695c](https://github.com/github/github/commit/b97695c) | ||
# v0.2.3 | ||
@@ -2,0 +12,0 @@ |
{ | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"name": "primer-tooltips", | ||
@@ -22,3 +22,3 @@ "description": "Add tooltips built entirely in CSS to nearly any element.", | ||
"prepublish": "npm run setup && npm run build", | ||
"test": "stylelint **/*.scss -c .stylelintrc.json -s scss" | ||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" | ||
}, | ||
@@ -32,4 +32,4 @@ "dependencies": { | ||
"postcss-cli": "^2.5.2", | ||
"stylelint": "^6.6.0", | ||
"stylelint-config-primer": "^1.0.0" | ||
"stylelint": "^7.0.3", | ||
"stylelint-config-primer": "^1.1.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ # Primer CSS Tooltips | ||
This repository is a module of the full [primer-css][primer] repository. | ||
This repository is a module of the full [primer-css][primer-css] repository. | ||
@@ -44,2 +44,3 @@ ## Install | ||
homepage: https://github.com/primer/tooltips | ||
status: Stable | ||
--> | ||
@@ -107,3 +108,3 @@ | ||
[primer]: https://github.com/primer/primer | ||
[primer-css]: https://github.com/primer/primer | ||
[docs]: http://primercss.io/ | ||
@@ -110,0 +111,0 @@ [npm]: https://www.npmjs.com/ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18367
111