git ssb

1+

Matt McKegg / pull-hyperscript



Commit 5f6f0a1592d7bc720cee998307b10f0276852a00

add description + keywords

mix irving committed on 10/21/2016, 11:47:11 PM
Parent: 179c693b45d07e09bf349d6d9794ec0e96f8e19e

Files changed

package.jsonchanged
package.jsonView
@@ -1,8 +1,13 @@
11 {
22 "name": "pull-hyperscript",
33 "version": "0.0.1",
4- "description": "",
4 + "description": "hyperscript as a pull-stream source",
5 + "keywords": [
6 + "hyperscript",
7 + "pull-stream",
8 + "templating"
9 + ],
510 "main": "index.js",
611 "scripts": {
712 "test": "npm run test:node && npm run test:style",
813 "test:node": "node test.js | tap-diff",

Built with git-ssb-web