sqlaravel 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  @import "instance";
2
2
 
3
3
  .logo {
4
- @include icon-svg(name_svg, 100px, 100px, $c1);
4
+ @include icon-svg(sqlaravel, 100px, 100px, $c1);
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqlaravel",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Base to start projects in Laravel, simply and quickly",
5
5
  "main": "index.js",
6
6
  "repository": {