Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nemuvski committed Mar 26, 2024
1 parent b166501 commit a094a83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "nacss",
"version": "2.0.1",
"version": "2.0.2",
"description": "CSS to prepare a base for styling",
"license": "MIT",
"author": "K.Utsunomiya",
"main": "dist/nacss.min.css",
"files": ["/dist"],
"files": [
"/dist"
],
"homepage": "https://nacss.netlify.app/",
"publishConfig": {
"access": "public"
Expand All @@ -17,7 +19,11 @@
"bugs": {
"url": "https://github.com/nemuvski/nacss/issues"
},
"keywords": ["css", "normalize", "reset"],
"keywords": [
"css",
"normalize",
"reset"
],
"scripts": {
"dev": "NODE_ENV=development node src/build.mjs",
"build": "node src/build.mjs",
Expand Down

0 comments on commit a094a83

Please sign in to comment.