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,5 +1,6 @@
{
"name": "fcc-create-nav-data",
"private": true,
"version": "0.0.1",
"scripts": {
"test": "mocha -R spec \"./{,!(node_modules)/**/}*.test.js\"",

View File

@ -1 +1,5 @@
{"name": "fcc-source-challenges"}
{
"name": "fcc-source-challenges",
"private": true,
"version": "0.0.1"
}

View File

@ -1,5 +1,5 @@
{
"name": "gatsby-remark-fcc-forum-emoji",
"description": "A plugin to help fix the styling of forum emoji in the Guide",
"main": "index.js"
"private": true,
"version": "0.0.1"
}

View File

@ -1 +1,5 @@
{"name": "gatsby-plugin-node-identity", "version": "0.1.0"}
{
"name": "gatsby-plugin-node-identity",
"private": true,
"version": "0.0.1"
}