utilitas 1990.1.35 → 1990.1.36

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.
@@ -31,9 +31,3 @@ jobs:
31
31
  - run: npm publish
32
32
  env:
33
33
  NODE_AUTH_TOKEN: ${{secrets.npm_token}}
34
-
35
- # publish-npm:
36
- # needs: build
37
- # runs-on: ubuntu-latest
38
- # steps:
39
- # - uses: actions/checkout@v3
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # utilitas
2
2
 
3
+ [![MIT licensed](https://img.shields.io/badge/license-MIT-blue)](./LICENSE)
4
+ [![Node.js Package](https://github.com/Leask/utilitas/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/Leask/utilitas/actions/workflows/npm-publish.yml)
5
+
3
6
  Just another common utility for JavaScript.
4
7
 
5
8
  Works in Node.js and modern browsers.
package/lib/manifest.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  const manifest = {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "1990.1.35",
4
+ "version": "1990.1.36",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "1990.1.35",
4
+ "version": "1990.1.36",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",