maverick-wave 3.0.1 → 3.1.0

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.
@@ -5,7 +5,10 @@
5
5
  "Bash(npm run:*)",
6
6
  "Bash(node:*)",
7
7
  "Bash(git ls-tree:*)",
8
- "Bash(git ls-remote:*)"
8
+ "Bash(git ls-remote:*)",
9
+ "Bash(npm outdated:*)",
10
+ "Bash(npm update:*)",
11
+ "Bash(npm audit:*)"
9
12
  ]
10
13
  }
11
14
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "maverick-wave",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "config": {
5
- "version_short": "3.0"
5
+ "version_short": "3.1"
6
6
  },
7
7
  "description": "A lightweight, modern CSS framework for building responsive websites with elegance and speed.",
8
8
  "main": "src/js/main.js",