Skip to content

Commit

Permalink
v0.0.0-8
Browse files Browse the repository at this point in the history
  • Loading branch information
devowhippit committed Jul 13, 2021
1 parent 632de37 commit ea56e2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nycopportunity/mental-health-for-all",
"nicename": "Mental Health for All",
"version": "0.0.0-6",
"version": "0.0.0-8",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development concurrently \"pttrn -w\" \"pttrn serve -w\" -p \"none\"",
"version": "npm run default && git add .",
"default": "cross-env NODE_ENV=development pttrn",
"default": "cross-env NODE_ENV=development pttrn -np",
"ghpages": "npm run default && cross-env NODE_ENV=development pttrn publish"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/config/_tokens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$tokens:(
version: 0.0.0-6,
cdn: "https://cdn.jsdelivr.net/gh/NYCOpportunity/[email protected]6/dist/",
version: 0.0.0-8,
cdn: "https://cdn.jsdelivr.net/gh/NYCOpportunity/[email protected]8/dist/",
output: "/Users/dehirth/envs/cityofnewyork/mhfa/src/config/_tokens.scss",
fonts: (
system: (-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif),
Expand Down

0 comments on commit ea56e2a

Please sign in to comment.