Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clagomess committed Oct 24, 2019
1 parent 8886775 commit 5f6bfa0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapa-brasil",
"version": "1.0.1",
"version": "1.0.2",
"description": "Gráfico dinámico do mapa do Brasil",
"main": "src/mapa-brasil.js",
"keywords": [
Expand All @@ -14,8 +14,7 @@
"test": "mocha",
"test-with-coverage": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | codacy-coverage && rm -rf ./coverage",
"serve": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"publish": "npm run build && npm publish"
"build": "webpack --config webpack.prod.js"
},
"author": "Cláudio Gomes",
"homepage": "https://github.com/clagomess/mapa-brasil",
Expand Down

0 comments on commit 5f6bfa0

Please sign in to comment.