1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

basic template setup

This commit is contained in:
Jordan Scales
2020-04-21 12:37:59 -04:00
parent dd3922d691
commit a3f9651982
5 changed files with 48 additions and 6 deletions

14
package-lock.json generated Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "98.css",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"ejs": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.0.2.tgz",
"integrity": "sha512-IncmUpn1yN84hy2shb0POJ80FWrfGNY0cxO9f4v+/sG7qcBvAtVWUA1IdzY/8EYUmOVhoKJVdJjNd3AZcnxOjA==",
"dev": true
}
}
}