update css path

This commit is contained in:
Ben Harris 2017-12-29 19:27:11 -05:00
parent 1ddd394cb1
commit eb30e97fc7
3 changed files with 19 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
pubkey.txt
tilde.24h.*
node_modules/

File diff suppressed because one or more lines are too long

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "tilde.team-site",
"version": "1.0.0",
"description": "tilde.team homepage",
"author": "Ben Harris <ben@tilde.team>",
"repository": {
"type": "git",
"url": "https://github.com/tilde-team/site"
},
"bugs": {
"url": "https://github.com/tilde-team/site/issues"
},
"dependencies": {
"@ibm/type": "^0.5.3"
},
"license": "MIT"
}