-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed deleted git files, package.json for web-new
- Loading branch information
1 parent
36cbff3
commit fe665f1
Showing
3 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,4 @@ LICENSE text eol=lf | |
*.gif binary | ||
*.jpg binary | ||
*.node binary | ||
*.png binary | ||
*.png binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ log.json | |
eslint-results.sarif | ||
|
||
# junit test results | ||
junit-tests.xml | ||
junit-tests.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -42,4 +51,4 @@ | |
"vega": "^5.22.1", | ||
"vega-embed": "^6.21.0" | ||
} | ||
} | ||
} |