fix(deploy): misc. re-arrange scripts and organize

This commit is contained in:
Mrugesh Mohapatra
2019-06-17 05:16:35 +05:30
committed by mrugesh
parent a6afaf1eb6
commit c5fd478d9a
20 changed files with 5031 additions and 43 deletions

View File

@ -1,8 +1,9 @@
{
"name": "@freecodecamp/database-seeding",
"name": "@freecodecamp/scripts-seed",
"private": true,
"version": "0.0.1",
"description": "A script to seed challenges in to the database",
"main": "seedChallenges.js",
"description": "Database seed scripts",
"main": "NA",
"scripts": {
"test": "jest"
},