-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ make build compatible with mac M1
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"lint": false, | ||
"prefix": true, | ||
"clean": false, | ||
"minify": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "saltynote", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "An extension that helps you make annotations for any web page", | ||
"author": "SaltyNote <[email protected]>", | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"scripts": { | ||
"build:scss": "scss-powertools src/custom.scss dist/bs4.css", | ||
"build:scss": "sass-plus -i src/custom.scss -o dist/bs4.css -c", | ||
"lint": "eslint --ext .js,.vue src", | ||
"prettier": "prettier \"src/**/*.{js,vue}\"", | ||
"prettier:write": "npm run prettier -- --write", | ||
|
@@ -70,11 +70,11 @@ | |
"file-loader": "^5.0.2", | ||
"husky": "^2.4.0", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
"node-sass": "^4.14.1", | ||
"prettier": "^1.17.1", | ||
"pretty-quick": "^1.8.0", | ||
"sass": "^1.60.0", | ||
"sass-loader": "^7.1.0", | ||
"scss-powertools": "^1.2.1", | ||
"sass-plus": "^0.11.0", | ||
"terser-webpack-plugin": "^2.3.6", | ||
"vue-loader": "^15.9.2", | ||
"vue-template-compiler": "^2.6.10", | ||
|