Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoTestProjectJSModImports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-01-22 19:13:26 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-01-22 19:15:43 +0300
commit8e73cdf22d04790204bc9280cbe2fe3007c25b7e (patch)
tree385cd19b86fb1ebb92f49ce68e50cf0c7d52b1d9
parentb42576d6531215d53114843882acc5dc311a9b21 (diff)
Clean up package.json
-rw-r--r--package.hugo.json48
-rw-r--r--package.json18
2 files changed, 42 insertions, 24 deletions
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