fix(deploy): misc. re-arrange scripts and organize
This commit is contained in:
committed by
mrugesh
parent
a6afaf1eb6
commit
c5fd478d9a
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "fcc-create-nav-data",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"test": "mocha -R spec \"./{,!(node_modules)/**/}*.test.js\"",
|
||||
|
@ -1 +1,5 @@
|
||||
{"name": "fcc-source-challenges"}
|
||||
{
|
||||
"name": "fcc-source-challenges",
|
||||
"private": true,
|
||||
"version": "0.0.1"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -1 +1,5 @@
|
||||
{"name": "gatsby-plugin-node-identity", "version": "0.1.0"}
|
||||
{
|
||||
"name": "gatsby-plugin-node-identity",
|
||||
"private": true,
|
||||
"version": "0.0.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user