fix repository url in package.json (#4)

This commit is contained in:
coder11 2020-12-29 12:01:53 +03:00 committed by GitHub
parent 0668cf01dd
commit 1995425f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
"start": "webpack-dev-server -p", "start": "webpack-dev-server -p",
"build": "webpack --mode production" "build": "webpack --mode production"
}, },
"repository": "https://github.com/fluencelabs/fluence", "repository": "https://github.com/fluencelabs/fluence-js",
"author": "Fluence Labs", "author": "Fluence Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {