Skip to content

Commit

Permalink
Clean up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jan 22, 2021
1 parent b42576d commit 8e73cdf
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 24 deletions.
48 changes: 32 additions & 16 deletions package.hugo.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
{
"name": "hugotestprojectjsmodimports",
"version": "1.0.0",
"description": "Test project used for integration testing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"author": "",
"bugs": {
"url": "https://github.com/gohugoio/hugoTestProjectJSModImports/issues"
},
"comments": {
"dependencies": {
"date-fns": "github.com/gohugoio/hugoTestModulesJS/mod2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gohugoio/hugoTestProjectJSModImports.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gohugoio/hugoTestProjectJSModImports/issues"
},
"homepage": "https://github.com/gohugoio/hugoTestProjectJSModImports#readme"
"devDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
},
"dependencies": {
"date-fns": "^2.16.1"
},
"description": "Test project used for integration testing.",
"devDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"homepage": "https://github.com/gohugoio/hugoTestProjectJSModImports#readme",
"license": "ISC",
"main": "index.js",
"name": "hugotestprojectjsmodimports",
"repository": {
"type": "git",
"url": "git+https://github.com/gohugoio/hugoTestProjectJSModImports.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@
},
"comments": {
"dependencies": {
"date-fns": "github.com/gohugoio/hugoTestModulesJS/mod2"
"date-fns": "project"
},
"devDependencies": {}
"devDependencies": {
"react": "project",
"react-dom": "project"
}
},
"dependencies": {
"date-fns": "^2.16.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"date-fns": "^2.16.1"
},
"description": "Test project used for integration testing.",
"devDependencies": {

"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"homepage": "https://github.com/gohugoio/hugoTestProjectJSModImports#readme",
"license": "ISC",
Expand All @@ -27,7 +29,7 @@
"url": "git+https://github.com/gohugoio/hugoTestProjectJSModImports.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" \u0026\u0026 exit 1"
},
"version": "1.0.0"
}
}

0 comments on commit 8e73cdf

Please sign in to comment.