lms-sync 1.0.87 → 1.0.88

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lms-sync",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "description": "Migration App for MSC LMS",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/login.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "email": "ictsc@mscmarinduque.edu.ph",
3
- "password": "MjU8qweXLaFpDnEyfRrbY9",
4
- "baseURL": "https://lms.api.msc.priisms.online/api"
5
- }
package/target.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "host": "188.166.212.92",
3
- "username": "migration",
4
- "database": "migration",
5
- "password": "Admin123",
6
- "dialect": "postgres",
7
- "schema": "public_migrations",
8
- "logging": false
9
- }