mightyplow 5 anni fa
parent
commit
6a51785ade
1 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 6 2
      package.json

+ 6 - 2
package.json

@@ -6,7 +6,11 @@
   "module": "./dist/es6/flags.js",
   "browser": "./dist/es5/flags.min.js",
   "repository": {
-    "url": "ssh://git@git.mightyplow.net:30022/mightyplow/flags.git"
+    "type": "git",
+    "url": "https://git.mightyplow.net/mightyplow/flags"
+  },
+  "bugs": {
+    "url": "https://git.mightyplow.net/mightyplow/flags/issues"
   },
   "files": [
     "dist",
@@ -28,7 +32,7 @@
     "bits"
   ],
   "author": "mightyplow@gmail.com",
-  "license": "ISC",
+  "license": "Beerware",
   "dependencies": {},
   "devDependencies": {
     "@types/chai": "^4.2.3",