Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Don't ignore package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jloh committed Apr 6, 2019
1 parent 83c4180 commit f84d034
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 13 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
package-lock.json -diff
css/bulma-prefers-dark.css -diff
41 changes: 30 additions & 11 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"build-sass": "node-sass --output-style expanded --source-map true build/bulma-prefers-dark.sass css/bulma-prefers-dark.css",
"deploy": "npm run build",
"start": "npm run build-sass -- --watch"
}
},
"dependencies": {}
}

0 comments on commit f84d034

Please sign in to comment.