@materializecss/materialize 2.2.0 → 2.2.1

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
@@ -3,7 +3,7 @@
3
3
  "description": "The responsive front-end library based on Material Design from Google.",
4
4
  "author": "The Materialize Team",
5
5
  "homepage": "https://materializeweb.com",
6
- "version": "2.2.0",
6
+ "version": "2.2.1",
7
7
  "style": "dist/css/materialize.css",
8
8
  "sass": "sass/materialize.scss",
9
9
  "typings": "dist/js/materialize.d.ts",
@@ -37,7 +37,7 @@
37
37
  "build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
38
38
  "release": "npm run lint && npm run build && node ci/compress.js",
39
39
  "preversion": "npm run lint && npm test",
40
- "version": "npm run build && node ci/compress.js && git add -A dist src/index.ts"
40
+ "version": "npm run build && node ci/compress.js && git add ."
41
41
  },
42
42
  "lint-staged": {
43
43
  "js/*.js": [
@@ -71,7 +71,8 @@
71
71
  "typescript-eslint": "^8.6.0"
72
72
  },
73
73
  "files": [
74
- "dist",
74
+ "dist/css",
75
+ "dist/js",
75
76
  "sass/**/*.scss",
76
77
  "LICENSE"
77
78
  ]
Binary file
Binary file