Browse Source

prepare for v1.1.0

Lucas de Souza 5 years ago
parent
commit
5bc817302f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      package.json

+ 4 - 4
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "ivprog",
   "name": "ivprog",
-  "version": "0.1.0",
+  "version": "1.1.0",
   "description": "IMA para o ensino de programação",
   "description": "IMA para o ensino de programação",
   "main": "js/main.js",
   "main": "js/main.js",
   "scripts": {
   "scripts": {
@@ -12,7 +12,7 @@
   },
   },
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",
-    "url": "git+https://github.com/git.lcalion.com/ivprog.git"
+    "url": "git+https://git.lcalion.com/ivprog.git"
   },
   },
   "keywords": [
   "keywords": [
     "programação",
     "programação",
@@ -22,9 +22,9 @@
   "author": "LInE-IME/USP",
   "author": "LInE-IME/USP",
   "license": "MIT",
   "license": "MIT",
   "bugs": {
   "bugs": {
-    "url": "https://github.com/git.lcalion.com/ivprog/issues"
+    "url": "https://git.lcalion.com/ivprog/issues"
   },
   },
-  "homepage": "https://github.com/git.lcalion.com/ivprog#readme",
+  "homepage": "https://git.lcalion.com/ivprog#readme",
   "devDependencies": {
   "devDependencies": {
     "@babel/core": "^7.4.3",
     "@babel/core": "^7.4.3",
     "@babel/preset-env": "^7.4.3",
     "@babel/preset-env": "^7.4.3",