Skip to content

Commit

Permalink
Version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Nanista authored and Jan Nanista committed Apr 17, 2018
1 parent 14c8e81 commit d31831c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svg-to-jsx",
"version": "0.0.21",
"version": "1.0.0",
"description": "SVG to JSX converter",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/conversion_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ describe('svg-to-jsx', function() {
done();
});
});

it('should preserve case on tag names', function(done) {
var input = '<svg version="1.1"><linearGradient/></svg>';

Expand Down

0 comments on commit d31831c

Please sign in to comment.