From 4d8a91375dc65444d7ec6b9861583181e0964670 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Wed, 13 Jun 2018 13:25:33 +0530 Subject: [PATCH] chore(npm): update repository paths and bump version --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a2c2c5dd59..caa76e132a 100644 --- a/package.json +++ b/package.json @@ -3,15 +3,15 @@ "description": "freeCodeCamp's curriculum seed files", "license": "(BSD-3-Clause AND CC-BY-SA-4.0)", "author": "freeCodeCamp ", - "homepage": "https://github.com/freecodecamp/freecodecamp#readme", + "homepage": "https://github.com/freeCodeCamp/curriculum#readme", "repository": { "type": "git", - "url": "git+https://github.com/freecodecamp/freecodecamp.git" + "url": "git+https://github.com/freeCodeCamp/curriculum.git" }, "bugs": { - "url": "https://github.com/freecodecamp/freecodecamp/issues" + "url": "https://github.com/freeCodeCamp/curriculum/issues" }, - "version": "1.0.2", + "version": "1.1.1", "main": "dist/index.js", "scripts": { "build": "npm run build:js && npm run build:json",