bump package version to 1.0.2 master v1.0.2
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 6 May 2024 16:43:34 +0000 (09:43 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 6 May 2024 16:43:34 +0000 (09:43 -0700)
package-lock.json
package.json

index b6046ff11a60738233b135759c8a4e9838218c19..df2976d6fa4614f2e296c4439127ed497f109aec 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/roman",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/roman",
-      "version": "1.0.1",
+      "version": "1.0.2",
       "license": "ISC",
       "devDependencies": {
         "@squeep/eslint-config": "^1",
index 5bc337f3a92ef96c805f1c10a22155ba0191c66b..3a774dc28ef894581102fa83eaa77bfb39846f9d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/roman",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "description": "Render numbers as roman numerals, either unicode or html entities.",
   "main": "index.js",
   "scripts": {
@@ -13,8 +13,7 @@
     "type": "git",
     "url": "https://git.squeep.com/squeep-roman/"
   },
-  "files": [
-  ],
+  "files": [],
   "engines:": {
     "node": ">=14"
   },