sqlaravel 1.0.6 → 1.0.7

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,10 +1,11 @@
1
1
  {
2
2
  "name": "sqlaravel",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Base to start projects in Laravel, simply and quickly",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "postinstall": "node install"
7
+ "postinstall": "node install",
8
+ "postprepare": "console.log('EJECUTADO')"
8
9
  },
9
10
  "repository": {
10
11
  "type": "git",