git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 74d58f22132b893e58dfdd0e60e1698878d99c1f

name

Michael Williams committed on 11/27/2015, 11:51:05 AM
Parent: ad4e49b6468f382646c949b797be32ce5744dbb9

Files changed

README.mdchanged
package.jsonchanged
README.mdView
@@ -1,5 +1,5 @@
1-# Craftworks todomvc
1+# production-todomvc
22
33 ** work in progress **
44
55 production-quality TodoMVC
package.jsonView
@@ -1,6 +1,6 @@
11 {
2- "name": "craftworks-todomvc",
2+ "name": "production-todomvc",
33 "version": "0.0.0",
44 "description": "production-quality TodoMVC example",
55 "main": "index.js",
66 "scripts": {
@@ -15,9 +15,9 @@
1515 "prod-client": "browserify client -o bundle.js -g uglifyify"
1616 },
1717 "repository": {
1818 "type": "git",
19- "url": "git+https://github.com/ahdinosaur/craftworks-todomvc.git"
19+ "url": "git+https://github.com/ahdinosaur/production-todomvc.git"
2020 },
2121 "keywords": [
2222 "todomvc",
2323 "example",
@@ -33,11 +33,11 @@
3333 ],
3434 "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)",
3535 "license": "ISC",
3636 "bugs": {
37- "url": "https://github.com/ahdinosaur/craftworks-todomvc/issues"
37+ "url": "https://github.com/ahdinosaur/production-todomvc/issues"
3838 },
39- "homepage": "https://github.com/ahdinosaur/craftworks-todomvc#readme",
39+ "homepage": "https://github.com/ahdinosaur/production-todomvc#readme",
4040 "devDependencies": {
4141 "cuke-tap": "^1.0.2",
4242 "jsdom": "^7.1.0",
4343 "nodemon": "^1.8.1",

Built with git-ssb-web