Add file specs

This commit is contained in:
Jeremy Thomas
2022-05-01 14:13:47 +02:00
parent 2a4ba6becd
commit 9edad35184
8 changed files with 10575 additions and 5092 deletions

View File

@@ -5,16 +5,16 @@
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.7.6",
"autoprefixer": "^10.4.5",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-ie": "^6.7.0",
"clean-css-cli": "^4.3.0",
"cypress": "^8.7.0",
"metalsmith": "^2.3.0",
"clean-css-cli": "^5.6.0",
"cypress": "^9.6.0",
"metalsmith": "^2.4.2",
"metalsmith-filter": "^1.0.2",
"node-sass": "^4.13.1",
"postcss-cli": "^7.1.0"
"node-sass": "^7.0.1",
"postcss-cli": "^9.1.0"
},
"scripts": {
"bulma-sass": "node-sass --output-style expanded bulma.scss css/bulma.css",