Skip to content

Commit

Permalink
M2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpilott committed Oct 12, 2023
1 parent 854fe56 commit 7bdc4c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neuekit/reboot",
"version": "2.0.0-beta.2",
"version": "2.0.0",
"license": "MIT",
"description": "Neue Kit Reboot is an opionated style reset supporting modern browsers",
"repository": {
Expand All @@ -17,11 +17,11 @@
},
"devDependencies": {
"onchange": "7.1.0",
"sass": "1.57.1"
"sass": "1.69.3"
},
"scripts": {
"build": "sass --no-source-map -s compressed index.scss reboot.css",
"watch": "onchange './*.scss' -- npm run build --silent",
"start": "npm run watch --silent"
}
}
}
2 changes: 1 addition & 1 deletion reboot.css

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

0 comments on commit 7bdc4c6

Please sign in to comment.