refactor: rely on component versions from checksums file (#1111)

This commit is contained in:
Mo
2022-06-16 11:56:32 -05:00
committed by GitHub
parent 6921c6abe1
commit dc10a5cb25
738 changed files with 389 additions and 381 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "@standardnotes/dynamic-theme",
"version": "1.0.5-alpha.2",
"main": "dist/dist.css",
"private": true,
"sn": {
"main": "dist/dist.css"
},
"scripts": {
"components:compile": "webpack --entry ./src/main.scss --config ../theme.webpack.config.js"
},
"devDependencies": {
"webpack": "*"
}
}