let GL say Hello World
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"description": "Simulating a ocean with typescript and webgl.",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "tsc"
|
||||
},
|
||||
"keywords": [
|
||||
"webgl",
|
||||
@@ -15,5 +16,8 @@
|
||||
"waves"
|
||||
],
|
||||
"author": "Julian Niessner",
|
||||
"license": "ISC"
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"typescript": "^3.7.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user