Skip to content

Commit

Permalink
2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lunelson committed Mar 5, 2019
1 parent 20b4b88 commit b39f414
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
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.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunelson/homework",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "An ultra-responsive, design-primitives and utility Sass CSS framework",
"keywords": [],
"homepage": "https://github.com/lunelson/homework#readme",
Expand Down Expand Up @@ -58,9 +58,13 @@
},
"ava": {
"verbose": true,
"extensions": ["scss"],
"extensions": [
"scss"
],
"compileEnhancements": false,
"require": [ "./tests/helpers/setup.js" ],
"require": [
"./tests/helpers/setup.js"
],
"files": [
"tests/*.scss",
"!**/_*/**",
Expand Down

0 comments on commit b39f414

Please sign in to comment.