diff --git a/www/package-lock.json b/www/package-lock.json index e59336b..994922e 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -1,16 +1,13 @@ { - "name": "create-wasm-app", + "name": "its-a-unix-system-frontend", "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "create-wasm-app", + "name": "its-a-unix-system-frontend", "version": "0.1.0", - "license": "(MIT OR Apache-2.0)", - "bin": { - "create-wasm-app": ".bin/create-wasm-app.js" - }, + "license": "MIT", "devDependencies": { "copy-webpack-plugin": "^5.0.0", "eslint": "^8.29.0", diff --git a/www/package.json b/www/package.json index 9250a7c..856813a 100644 --- a/www/package.json +++ b/www/package.json @@ -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", @@ -14,7 +11,7 @@ }, "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", @@ -22,12 +19,12 @@ "rust", "webpack" ], - "author": "Ashley Williams ", - "license": "(MIT OR Apache-2.0)", + "author": "Dagan Martinez , Ashley Williams ", + "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",