Skip to content

Commit

Permalink
Update package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Dec 29, 2022
1 parent 4a26bb0 commit 363f2a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
9 changes: 3 additions & 6 deletions www/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 7 additions & 10 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "create-wasm-app",
"name": "its-a-unix-system-frontend",
"version": "0.1.0",
"description": "create an app to consume rust-generated wasm packages",
"description": "A unix terminal for your website",
"main": "index.js",
"bin": {
"create-wasm-app": ".bin/create-wasm-app.js"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"format": "js-beautify --end-with-newline *.js",
Expand All @@ -14,20 +11,20 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rustwasm/create-wasm-app.git"
"url": "git+https://github.com/Property404/its-a-unix-system"
},
"keywords": [
"webassembly",
"wasm",
"rust",
"webpack"
],
"author": "Ashley Williams <[email protected]>",
"license": "(MIT OR Apache-2.0)",
"author": "Dagan Martinez <[email protected]>, Ashley Williams <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rustwasm/create-wasm-app/issues"
"url": "https://github.com/Property404/its-a-unix-system/issues"
},
"homepage": "https://github.com/rustwasm/create-wasm-app#readme",
"homepage": "https://github.com/Property404/its-a-unix-system#readme",
"devDependencies": {
"copy-webpack-plugin": "^5.0.0",
"eslint": "^8.29.0",
Expand Down

0 comments on commit 363f2a6

Please sign in to comment.