Skip to content

Commit

Permalink
UPDATE rename play-skilltree to skilltree
Browse files Browse the repository at this point in the history
  • Loading branch information
serapath committed Apr 22, 2019
1 parent 0044856 commit 796659c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# play-skilltree
# skilltree
growing skilltree of workshops and codecamps

http://ethereum-play.github.io/play-skilltree
http://ethereum-play.github.io/skilltree
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "play-skilltree",
"private": true,
"name": "skilltree",
"version": "0.0.0",
"description": "growing skilltree of workshops and codecamps",
"main": "src/play-skilltree.js",
"main": "src/skilltree.js",
"scripts": {
"start": "budo demo/demo.js:bundle.js --dir . --title $npm_package_name --force-default-index --ssl --live --open",
"build": "browserify demo/demo.js -o bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum-play/play-skilltree.git"
"url": "git+https://github.com/ethereum-play/skilltree.git"
},
"keywords": [
"workshop",
Expand All @@ -27,9 +28,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum-play/play-skilltree/issues"
"url": "https://github.com/ethereum-play/skilltree/issues"
},
"homepage": "https://github.com/ethereum-play/play-skilltree#readme",
"homepage": "https://github.com/ethereum-play/skilltree#readme",
"devDependencies": {
"budo": "^11.6.2"
},
Expand Down
File renamed without changes.

0 comments on commit 796659c

Please sign in to comment.