diff --git a/package.hugo.json b/package.hugo.json index 72de38f..dd7ef78 100644 --- a/package.hugo.json +++ b/package.hugo.json @@ -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" } diff --git a/package.json b/package.json index 38f8456..362b9fd 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" -} +} \ No newline at end of file