git ssb

0+

jake / state-copy



Commit 64319854006e27b510f7755a9e71072419049d66

add keywords to package.json

jake committed on 7/5/2017, 4:20:03 PM
Parent: 89d0f847a7571ba612a52b8477dffe0dbebab2e4

Files changed

package.jsonchanged
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "state-copy",
3- "version": "1.0.0",
3 + "version": "1.0.1",
44 "description": "takes an object as input then serializes it as JSON and copies it to your clipboard",
55 "main": "index.js",
66 "author": " <jake @o91tsjBgL0l0zs475aRWYSAXFxvirZS7VrXmirY/msI=.ed25519>",
77 "license": "MIT",
@@ -11,6 +11,14 @@
1111 },
1212 "repository": {
1313 "type": "git",
1414 "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 + ]
1624 }

Built with git-ssb-web