Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conordavidson committed Oct 6, 2020
1 parent e09d994 commit d680a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanctucompu/basement",
"version": "1.1.0",
"version": "1.2.0",
"description": "Ground floor CSS utility classes",
"repository": "https://github.com/sanctuarycomputer/basement.git",
"author": "Sanctuary Computer <dev@sanctuary.computer>",
Expand All @@ -13,4 +13,4 @@
"watch:min": "node-sass -w --output-style compressed --source-map dist/basement.min.css.map src/index.scss dist/basement.min.css;",
"build": "node-sass --output-style compact --source-map dist/basement.css.map src/index.scss dist/basement.css; node-sass --output-style compressed --source-map dist/basement.min.css.map src/index.scss dist/basement.min.css;"
}
}
}

0 comments on commit d680a40

Please sign in to comment.