sqlaravel 1.0.13 → 1.0.15

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqlaravel",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Base to start projects in Laravel, simply and quickly",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -32,10 +32,9 @@
32
32
  "postcss": "^8.4.14",
33
33
  "postcss-inline-svg": "^5.0.0",
34
34
  "sass": "^1.54.0",
35
- "sisass": "^1.1.15"
35
+ "sisass": "^1.1.16"
36
36
  },
37
37
  "scripts": {
38
- "postinstall": "node install",
39
- "init": "node ../sisass/install --path ../../resources/ --dir files/assets/"
38
+ "postinstall": "node install && npm explore sisass -- npm run init -- --path ../../resources/"
40
39
  }
41
40
  }