Se arregla el problema con el package-lock.json de example.

Se sube a version 1.0.13
Se sube a GitHub 1.0.13
Se sube a NPM 1.0.13
This commit is contained in:
Alejandro Lembke Barrientos 2019-12-07 02:15:33 -06:00
parent 0d0304ae86
commit 77ed20aa45
3 changed files with 527 additions and 486 deletions

1007
example/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,11 +5,11 @@
"license": "MIT",
"private": true,
"dependencies": {
"chartjs-2-react": "file:..",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "^1.1.4",
"chartjs-2-react": "file:.."
"react-scripts": "^1.1.4"
},
"scripts": {
"start": "react-scripts start",

View File

@ -1,6 +1,6 @@
{
"name": "chartjs-2-react",
"version": "1.0.12",
"version": "1.0.13",
"description": "Libreria de chart.js para React.js",
"author": "aleleba",
"license": "MIT",