chore(npm): update repository paths and bump version

This commit is contained in:
Mrugesh Mohapatra
2018-06-13 13:25:33 +05:30
committed by mrugesh mohapatra
parent e72755461c
commit 4d8a91375d

View File

@ -3,15 +3,15 @@
"description": "freeCodeCamp's curriculum seed files", "description": "freeCodeCamp's curriculum seed files",
"license": "(BSD-3-Clause AND CC-BY-SA-4.0)", "license": "(BSD-3-Clause AND CC-BY-SA-4.0)",
"author": "freeCodeCamp <team@freecodecamp.org>", "author": "freeCodeCamp <team@freecodecamp.org>",
"homepage": "https://github.com/freecodecamp/freecodecamp#readme", "homepage": "https://github.com/freeCodeCamp/curriculum#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/freecodecamp/freecodecamp.git" "url": "git+https://github.com/freeCodeCamp/curriculum.git"
}, },
"bugs": { "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", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "npm run build:js && npm run build:json", "build": "npm run build:js && npm run build:json",