chore(release): components

This commit is contained in:
StandardNotes CI
2022-06-11 21:44:35 +00:00
parent 39ac89b717
commit 3e72e47eb0
109 changed files with 435 additions and 63 deletions

View File

@@ -3,17 +3,10 @@
"version": "1.0.4",
"main": "dist/dist.css",
"private": true,
"scripts": {
"build": "yarn run grunt",
"prepublishOnly": "yarn run build"
},
"sn": {
"main": "dist/dist.css"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-newer": "^1.2.0"
"scripts": {
"build": "webpack --entry ./src/main.scss --config ./../../theme.webpack.config.js"
}
}