git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 1ae686a32f860881a22af9c6a34a8c5af7e5d5b7

meta

Michael Williams committed on 12/30/2015, 1:45:17 PM
Parent: 82e537701daf2bf0c1c8984c751922120b15b20a

Files changed

README.mdchanged
package.jsonchanged
README.mdView
@@ -1,5 +1,5 @@
1-# craftworks-todomvc
1+# business-todomvc
22
33 ** work in progress **
44
55 real-world, production-quality TodoMVC for [Craftworks](http://craftworks.enspiral.com)
@@ -46,13 +46,13 @@
4646 - api authentication: [feathers-authentication](https://www.npmjs.org/package/feathers-authentication)
4747 - api transport: [primus](https://www.npmjs.com/package/primus)
4848 - api client: [feathers-client](https://www.npmjs.com/package/feathers-client)
4949 - client async actions: [redux-thunk](https://www.npmjs.com/package/redux-thunk)
50-- client actions: [redux-tcomb](https://www.npmjs.com/package/redux-tcomb)
51-- client action-types: [create-action-types](https://www.npmjs.com/package/create-action-types)
50+- client action creators: [redux-tcomb](https://www.npmjs.com/package/redux-tcomb)
51+- client action types: [create-action-types](https://www.npmjs.com/package/create-action-types)
52+- client action store: [redux](https://www.npmjs.com/package/redux)
5253 - client reducers: [redux-tcomb](https://github.com/gcanti/redux-tcomb)
5354 - client getters: [reselect](https://www.npmjs.com/package/reselect)
54-- client store: [redux](https://www.npmjs.com/package/redux)
5555 - client router: [redux-router](https://www.npmjs.com/package/redux-router)
5656 - client views: [react](https://www.npmjs.com/package/react)
5757 - client forms: [tcomb-form](https://github.com/gcanti/tcomb-form)
5858 - test specs: [ava](https://www.npmjs.com/package/ava)
package.jsonView
@@ -1,6 +1,6 @@
11 {
2- "name": "craftworks-todomvc",
2+ "name": "business-todomvc",
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/ahdinosaur/craftworks-todomvc.git"
24+ "url": "git+https://github.com/enspiral-craftworks/business-todomvc.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/ahdinosaur/craftworks-todomvc/issues"
42+ "url": "https://github.com/enspiral-craftworks/business-todomvc/issues"
4343 },
44- "homepage": "https://github.com/ahdinosaur/craftworks-todomvc#readme",
44+ "homepage": "https://github.com/enspiral-craftworks/business-todomvc#readme",
4545 "engines": {
4646 "node": "^4.0.0",
4747 "npm": "^3.0.0"
4848 },

Built with git-ssb-web