git ssb

0+

Piet / ssb-loomio



Commit e5241baa17774c8f27f39e3c093cf2b43a8aaa2f

Merge branch 'master' of github.com:ssbc/scuttle-poll

Piet Geursen committed on 2/28/2018, 11:20:41 PM
Parent: 592a6cab8027b929fe6ccda1d6110162d551797b
Parent: e6a09b701a2e1d5b6260e3c9f4b075fc3cfe7a2a

Files changed

package.jsonchanged
package.jsonView
@@ -1,15 +1,15 @@
11 {
2- "name": "ssb-loomio",
2 + "name": "scuttle-poll",
33 "version": "1.0.0",
44 "description": "Create and vote on polls on ssb",
55 "main": "index.js",
66 "scripts": {
7- "test": "tape test/**/*.js | tap-spec && tape test/**/**/*.js | tap-spec"
7 + "test": "tape 'test/**/*.js' | tap-spec"
88 },
99 "repository": {
1010 "type": "git",
11- "url": "git+https://github.com/pietgeursen/ssb-loomio-schema.git"
11 + "url": "git+https://github.com/ssbc/scuttle-poll.git"
1212 },
1313 "keywords": [
1414 "loomio",
1515 "vote",
@@ -19,11 +19,11 @@
1919 ],
2020 "author": "pietgeursen",
2121 "license": "MIT",
2222 "bugs": {
23- "url": "https://github.com/pietgeursen/ssb-loomio-schema/issues"
23 + "url": "https://github.com/ssbc/scuttle-poll/issues"
2424 },
25- "homepage": "https://github.com/pietgeursen/ssb-loomio-schema#readme",
25 + "homepage": "https://github.com/ssbc/scuttle-poll#readme",
2626 "devDependencies": {
2727 "tap-spec": "^4.1.1",
2828 "tape": "^4.8.0"
2929 },

Built with git-ssb-web