Skip to content

Commit

Permalink
Merge pull request #12 from OEvgeny/chore/bump-version
Browse files Browse the repository at this point in the history
Release version 0.2.4
  • Loading branch information
OEvgeny committed Oct 6, 2023
2 parents 85ba6a4 + 59ae4e4 commit 633d88d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .npmignore
@@ -0,0 +1,4 @@
.github
test
.eslintrc
.gitignore
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "postcss-atroot",
"version": "0.2.3",
"version": "0.2.4",
"description": "PostCSS plugin to place rules directly at the root",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/OEvgeny/postcss-atroot.git"
"url": "git+https://github.com/OEvgeny/postcss-atroot.git"
},
"scripts": {
"pretest": "eslint index.js test",
Expand Down

0 comments on commit 633d88d

Please sign in to comment.