sqlaravel 1.0.14 → 1.0.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/prepublish.js +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqlaravel",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "Base to start projects in Laravel, simply and quickly",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -32,10 +32,10 @@
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
38
  "postinstall": "node install",
39
- "init": "node ../sisass/install.js --path ../../resources/ --dir files/assets/"
39
+ "postprepare": "npm explore sisass -- npm run init -- --path ../../resources/"
40
40
  }
41
41
  }
package/prepublish.js DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- node ../sisass/install --path ../../resources/ --dir files/assets/