oradm-to-sqlz 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of oradm-to-sqlz might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oradm-to-sqlz",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Oracle Data Model to Sequelize Model Converter",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
@@ -9,7 +9,8 @@
9
9
  "test": "test"
10
10
  },
11
11
  "scripts": {
12
- "test": "echo \"Error: no test specified\" && exit 1"
12
+ "test": "echo \"Error: no test specified\" && exit 1",
13
+ "postInstall": "node bundle.js"
13
14
  },
14
15
  "repository": {
15
16
  "type": "git",
@@ -34,4 +35,4 @@
34
35
  "peerDependencies": {
35
36
  "sequelize": "3.x"
36
37
  }
37
- }
38
+ }