Adds DFS
This commit is contained in:
12
spec/fixtures/dynamic_finders/plugin_version/happy-cart/composer_file/package.json
vendored
Normal file
12
spec/fixtures/dynamic_finders/plugin_version/happy-cart/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "happy-cart-wordpress-plugin",
|
||||
"version": "1.0.0",
|
||||
"description": "Happy Cart WordPress Plugin",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"prod": "rm -rf dist/happy-cart && rm -f dist/happy-cart.zip && zip -r dist/happy-cart.zip . -x 'dist/*' '.*' '__MACOSX'"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user