Commit 5f6f0a1592d7bc720cee998307b10f0276852a00
add description + keywords
mix irving committed on 10/21/2016, 11:47:11 PMParent: 179c693b45d07e09bf349d6d9794ec0e96f8e19e
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,8 +1,13 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "pull-hyperscript", |
3 | 3 … | "version": "0.0.1", |
4 | - "description": "", | |
4 … | + "description": "hyperscript as a pull-stream source", | |
5 … | + "keywords": [ | |
6 … | + "hyperscript", | |
7 … | + "pull-stream", | |
8 … | + "templating" | |
9 … | + ], | |
5 | 10 … | "main": "index.js", |
6 | 11 … | "scripts": { |
7 | 12 … | "test": "npm run test:node && npm run test:style", |
8 | 13 … | "test:node": "node test.js | tap-diff", |
Built with git-ssb-web