scratch – Diff between revs 58 and 125

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 58 Rev 125
Line 1... Line 1...
1 { 1 {
2 "name": "clipboard", 2 "name": "clipboard",
3 "version": "1.6.1", 3 "version": "1.7.1",
4 "description": "Modern copy to clipboard. No Flash. Just 2kb", 4 "description": "Modern copy to clipboard. No Flash. Just 2kb",
5 "license": "MIT", 5 "license": "MIT",
6 "main": "dist/clipboard.js", 6 "main": "dist/clipboard.js",
7 "ignore": [ 7 "ignore": [
8 "/.*/", 8 "/.*/",
Line 18... Line 18...
18 "clipboard", 18 "clipboard",
19 "copy", 19 "copy",
20 "cut" 20 "cut"
21 ], 21 ],
22 "homepage": "https://github.com/zenorocha/clipboard.js", 22 "homepage": "https://github.com/zenorocha/clipboard.js",
23 "_release": "1.6.1", 23 "_release": "1.7.1",
24 "_resolution": { 24 "_resolution": {
25 "type": "version", 25 "type": "version",
26 "tag": "v1.6.1", 26 "tag": "v1.7.1",
27 "commit": "f59d4e6b4db55b0f462eeb96fb74db3469e0765d" 27 "commit": "b6e6b80ab07eab03ce0d277515b3ed540773a330"
28 }, 28 },
29 "_source": "https://github.com/zenorocha/clipboard.js.git", 29 "_source": "https://github.com/zenorocha/clipboard.js.git",
30 "_target": "^1.6.1", 30 "_target": "^1.6.1",
31 "_originalSource": "clipboard", 31 "_originalSource": "clipboard"
32 "_direct": true -  
33 } 32 }
34   33