Netlify build
This commit is contained in:
parent
b7d2e3a407
commit
3521e7a29d
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ publish-data.db
|
||||
/index.json
|
||||
.idea
|
||||
deno.lock
|
||||
node_modules
|
||||
|
27
package-lock.json
generated
Normal file
27
package-lock.json
generated
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "silverbullet",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "silverbullet",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"netlify-plugin-cache": "^1.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/netlify-plugin-cache": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/netlify-plugin-cache/-/netlify-plugin-cache-1.0.3.tgz",
|
||||
"integrity": "sha512-CTOwNWrTOP59T6y6unxQNnp1WX702v2R/faR5peSH94ebrYfyY4zT5IsRcIiHKq57jXeyCrhy0GLuTN8ktzuQg=="
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"netlify-plugin-cache": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/netlify-plugin-cache/-/netlify-plugin-cache-1.0.3.tgz",
|
||||
"integrity": "sha512-CTOwNWrTOP59T6y6unxQNnp1WX702v2R/faR5peSH94ebrYfyY4zT5IsRcIiHKq57jXeyCrhy0GLuTN8ktzuQg=="
|
||||
}
|
||||
}
|
||||
}
|
9
package.json
Normal file
9
package.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "silverbullet",
|
||||
"version": "0.0.0",
|
||||
"local": true,
|
||||
"description": "This package.json is just for Netlify",
|
||||
"dependencies": {
|
||||
"netlify-plugin-cache": "^1.0.3"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user