git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit dbd9f9c0dbba6cc0b96fbf4b1c329a25b5fec854

s/business-todomvc/business-stack/g

Michael Williams committed on 12/30/2015, 1:51:21 PM
Parent: 1ae686a32f860881a22af9c6a34a8c5af7e5d5b7

Files changed

README.mdchanged
package.jsonchanged
README.mdView
@@ -1,9 +1,9 @@
1-# business-todomvc
1+# business-stack
22
33 ** work in progress **
44
5-real-world, production-quality TodoMVC for [Craftworks](http://craftworks.enspiral.com)
5+real-world, production-quality stack for [Craftworks](http://craftworks.enspiral.com)
66
77 ## stack
88
99 - task runner: [npm scripts](http://substack.net/task_automation_with_npm_run)
package.jsonView
@@ -1,6 +1,6 @@
11 {
2- "name": "business-todomvc",
2+ "name": "business-stack",
33 "version": "0.0.0",
44 "description": "real-world production-quality TodoMVC example",
55 "main": "server",
66 "scripts": {
@@ -20,9 +20,9 @@
2020 "prod": "NODE_ENV=production npm-run-all -s prod:*"
2121 },
2222 "repository": {
2323 "type": "git",
24- "url": "git+https://github.com/enspiral-craftworks/business-todomvc.git"
24+ "url": "git+https://github.com/enspiral-craftworks/business-stack.git"
2525 },
2626 "keywords": [
2727 "todomvc",
2828 "example",
@@ -38,11 +38,11 @@
3838 ],
3939 "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)",
4040 "license": "ISC",
4141 "bugs": {
42- "url": "https://github.com/enspiral-craftworks/business-todomvc/issues"
42+ "url": "https://github.com/enspiral-craftworks/business-stack/issues"
4343 },
44- "homepage": "https://github.com/enspiral-craftworks/business-todomvc#readme",
44+ "homepage": "https://github.com/enspiral-craftworks/business-stack#readme",
4545 "engines": {
4646 "node": "^4.0.0",
4747 "npm": "^3.0.0"
4848 },

Built with git-ssb-web