Skip to content

Commit

Permalink
Update blueprintstring.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveMcW committed Apr 5, 2016
1 parent 5d51066 commit 5c2ccb4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions blueprintstring/blueprintstring.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
--[[
Blueprint String
Version: 2.0.4
LastModified: September 13 2015
Copyright (C) 2015 David McWilliams
This library is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
http://creativecommons.org/licenses/by-nc-sa/4.0/
This library helps you convert blueprints to text strings, and text strings to blueprints.
Expand Down Expand Up @@ -154,4 +148,4 @@ M.fromString = function(data)
return result
end

return M
return M

0 comments on commit 5c2ccb4

Please sign in to comment.