Commit 64319854006e27b510f7755a9e71072419049d66
add keywords to package.json
jake committed on 7/5/2017, 4:20:03 PMParent: 89d0f847a7571ba612a52b8477dffe0dbebab2e4
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "state-copy", |
3 | - "version": "1.0.0", | |
3 … | + "version": "1.0.1", | |
4 | 4 … | "description": "takes an object as input then serializes it as JSON and copies it to your clipboard", |
5 | 5 … | "main": "index.js", |
6 | 6 … | "author": " <jake @o91tsjBgL0l0zs475aRWYSAXFxvirZS7VrXmirY/msI=.ed25519>", |
7 | 7 … | "license": "MIT", |
@@ -11,6 +11,14 @@ | ||
11 | 11 … | }, |
12 | 12 … | "repository": { |
13 | 13 … | "type": "git", |
14 | 14 … | "url": "git+https://github.com/jekrb/state-copy.git" |
15 | - } | |
15 … | + }, | |
16 … | + "keywords": [ | |
17 … | + "copy", | |
18 … | + "object", | |
19 … | + "JSON", | |
20 … | + "clipboard", | |
21 … | + "serialize", | |
22 … | + "browser" | |
23 … | + ] | |
16 | 24 … | } |
Built with git-ssb-web