git ssb

0+

cel / ssb-mentions



Commit aec7de127e5079a937ab356946f2ff7b825f2a7d

0.0.1

Dominic Tarr committed on 3/7/2016, 2:20:08 AM
Parent: 7c63f7953cd94cea8d54cf241e4750f9cb36ba5d

Files changed

package.jsonchanged
package.jsonView
@@ -1,8 +1,8 @@
11 {
22 "name": "ssb-mentions",
33 "description": "",
4- "version": "0.0.0",
4 + "version": "0.0.1",
55 "homepage": "https://github.com/dominictarr/ssb-mentions",
66 "repository": {
77 "type": "git",
88 "url": "git://github.com/dominictarr/ssb-mentions.git"
@@ -10,12 +10,11 @@
1010 "dependencies": {
1111 "ssb-marked": "^0.5.4",
1212 "ssb-ref": "^2.3.0"
1313 },
14- "devDependencies": {
15- },
14 + "devDependencies": {},
1615 "scripts": {
1716 "test": "set -e; for t in test/*.js; do node $t; done"
1817 },
1918 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
20- "license": "MIT"
19 + "license": "MIT"
2120 }

Built with git-ssb-web