@wwawing/styles 3.6.5 → 3.6.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/styles",
3
- "version": "3.6.5",
3
+ "version": "3.6.11",
4
4
  "description": "WWA Wing stylesheet files",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -9,17 +9,16 @@
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
11
11
  "build": "npm run clean && ts-node ./scripts/make-css.ts",
12
- "clean": "shx rm -rf output && shx mkdir -p output",
13
- "prepare": "npm run build"
12
+ "clean": "shx rm -rf output && shx mkdir -p output"
14
13
  },
15
14
  "author": "WWA Wing Team",
16
15
  "license": "MIT",
17
16
  "devDependencies": {
18
- "@types/node-sass": "^4.11.2",
19
- "node-sass": "^7.0.0",
17
+ "@types/sass": "^1.43.1",
18
+ "sass": "^1.49.0",
20
19
  "shx": "^0.3.3",
21
20
  "ts-node": "^10.4.0",
22
21
  "typescript": "^4.5.4"
23
22
  },
24
- "gitHead": "25567485f604f813f9425e0756c9fea7437d8f0c"
23
+ "gitHead": "38c099d3a15b209298441b0248fa8e534f945eb7"
25
24
  }