Skip to content

Commit

Permalink
Remove useless file and clean package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Jan 31, 2024
1 parent beb0042 commit b9283c2
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 97 deletions.
24 changes: 0 additions & 24 deletions mithril-client-wasm/www/.bin/create-wasm-app.js

This file was deleted.

97 changes: 47 additions & 50 deletions mithril-client-wasm/www/package-lock.json

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

26 changes: 3 additions & 23 deletions mithril-client-wasm/www/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,11 @@
{
"name": "create-wasm-app",
"name": "www",
"version": "0.1.0",
"description": "create an app to consume rust-generated wasm packages",
"main": "index.js",
"bin": {
"create-wasm-app": ".bin/create-wasm-app.js"
},
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rustwasm/create-wasm-app.git"
},
"keywords": [
"webassembly",
"wasm",
"rust",
"webpack"
],
"author": "Ashley Williams <[email protected]>",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/rustwasm/create-wasm-app/issues"
},
"homepage": "https://github.com/rustwasm/create-wasm-app#readme",
"dependencies": {
"@mithril-dev/mithril-client-wasm": "file:../pkg"
},
Expand All @@ -35,4 +15,4 @@
"webpack-dev-server": "^4.15.1",
"copy-webpack-plugin": "^5.0.0"
}
}
}

0 comments on commit b9283c2

Please sign in to comment.