Skip to content

Commit

Permalink
fixed deleted git files, package.json for web-new
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Sep 19, 2023
1 parent 36cbff3 commit fe665f1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ LICENSE text eol=lf
*.gif binary
*.jpg binary
*.node binary
*.png binary
*.png binary
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ log.json
eslint-results.sarif

# junit test results
junit-tests.xml
junit-tests.xml
15 changes: 12 additions & 3 deletions packages/web-new/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
{
"name": "@thing-description-playground/web-new",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
"version": "1.0.0",
"description": "New design for the browser GUI for the Web of Things - Thing Description Playground",
"homepage": "https://github.com/eclipse-thingweb/playground#readme",
"bugs": {
"url": "https://github.com/eclipse-thingweb/playground/issues"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-thingweb/playground.git",
"directory": "packages/web-new"
},
"scripts": {
"build": "node external-scripts/generate-paths.js && webpack",
"dev": "webpack && node server/server.js",
"server": "node server/server.js",
"examples": "node external-scripts/generate-paths.js"
},
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
Expand Down Expand Up @@ -42,4 +51,4 @@
"vega": "^5.22.1",
"vega-embed": "^6.21.0"
}
}
}

0 comments on commit fe665f1

Please sign in to comment.