Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
switched out node-sass for sass since my apple silicon had issues wit…
Browse files Browse the repository at this point in the history
…h node-sass
  • Loading branch information
dougchestnut committed Jun 22, 2021
1 parent bd01d19 commit 594e6f0
Show file tree
Hide file tree
Showing 3 changed files with 1,229 additions and 924 deletions.
6 changes: 3 additions & 3 deletions packages/uvalib-footer/package.json
@@ -1,21 +1,21 @@
{
"name": "@uvalib/uvalib-footer",
"main": "uvalib-footer.js",
"version": "0.2.18",
"version": "0.2.19",
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@uvalib/web-styles": "^0.2.0",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^3.1.5"
"rollup-plugin-postcss": "^3.1.5",
"sass": "^1.35.1"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"node-sass": "^4.14.1",
"rollup-plugin-commonjs": "^10.1.0",
"wct-mocha": "^1.0.1"
}
Expand Down

0 comments on commit 594e6f0

Please sign in to comment.