Update package name

This commit is contained in:
Paulo Gustavo Veiga 2021-10-02 11:18:58 -07:00
parent 27f4b41740
commit a092c0343c
4 changed files with 3 additions and 3 deletions

View File

@ -17,11 +17,11 @@
},
"repository": {
"type": "git",
"url": "git+https://ezequielVega@bitbucket.org/lilabyus/wisemapping-frontend.git"
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"payground": "webpack serve --config webpack.test.js",
"test": "webpack serve --config webpack.playground.js",
"start": "webpack serve --config webpack.dev.js"
},
"dependencies": {

View File

@ -22,7 +22,7 @@
"scripts": {
"start": "nodemon --watch lib",
"build": "webpack --config webpack.prod.js",
"payground": "webpack serve --config webpack.test.js"
"payground": "webpack serve --config webpack.playground.js"
},
"devDependencies": {
"@babel/core": "^7.14.6",