[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.

prepare for npm

Thomas (Dec 11, 2018, 2:26 PM +0100) 3e2b1900 0c67946d

+8 -3
+4 -1
.gitignore
··· 1 1 lua5.3.4-win64/result.html 2 - lua5.3.4-win64/result.svg 2 + lua5.3.4-win64/result.svg 3 + 4 + /node_module 5 + /package-lock.json
+3 -1
.npmignore
··· 1 1 svg.lua 2 2 test.lua 3 - ^lua5.3.4-win64/* 3 + /lua5.3.4-win64 4 4 .gitignore 5 + /node_module 6 + /package-lock.json
+1 -1
package.json
··· 1 1 { 2 2 "name": "svg-lua", 3 - "version": "0.6.1", 3 + "version": "0.6.4", 4 4 "description": "lua lib to create svg content", 5 5 "main": "svg-min.lua", 6 6 "repository": {