sqlaravel 1.0.12 → 1.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqlaravel",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Base to start projects in Laravel, simply and quickly",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -35,6 +35,7 @@
35
35
  "sisass": "^1.1.15"
36
36
  },
37
37
  "scripts": {
38
- "postinstall": "node ../sisass/install --path ../../resources/ --dir files/assets/"
38
+ "postinstall": "node install",
39
+ "init": "node ../sisass/install --path ../../resources/ --dir files/assets/"
39
40
  }
40
41
  }