[READ-ONLY] Mirror of https://github.com/thoda-dev/svg-lua. svg lua library
0

Configure Feed

Select the types of activity you want to include in your feed.

Update package.json

Thomas (Dec 11, 2018, 2:13 PM +0100) 0c67946d a507ca78

+1 -6
+1 -6
package.json
··· 3 3 "version": "0.6.1", 4 4 "description": "lua lib to create svg content", 5 5 "main": "svg-min.lua", 6 - "author": { 7 - "name" : "Thomas DAGES", 8 - "email" : "contact@tdages.com", 9 - "url" : "https://tdages.com" 10 - }, 11 6 "repository": { 12 7 "type": "git", 13 8 "url": "git+https://github.com/Jericho1060/svg-lua.git" ··· 16 11 "lua", 17 12 "svg" 18 13 ], 19 - "author": "Thomas Dages <jericho1060@gmail.com> (https://tdages.com)", 14 + "author": "Thomas Dages <contact@tdages.com> (https://tdages.com)", 20 15 "license": "MIT", 21 16 "bugs": { 22 17 "url": "https://github.com/Jericho1060/svg-lua/issues"