We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cb6545 + 50498d2 commit 459fac0Copy full SHA for 459fac0
.travis.yml
@@ -37,6 +37,8 @@ deploy:
37
on:
38
tags: true
39
- provider: npm
40
+ # Revert after dp2 becomes default https://docs.travis-ci.com/user/deployment-v2
41
+ edge: true
42
email: $NPM_AUTH_EMAIL
43
api_key: $NPM_AUTH_TOKEN
44
skip_cleanup: true
package.json
@@ -2,7 +2,7 @@
2
"name": "chartjs-adapter-moment",
3
"homepage": "https://www.chartjs.org",
4
"description": "Chart.js adapter to use Moment.js for time functionalities",
5
- "version": "0.1.0",
+ "version": "0.1.1",
6
"license": "MIT",
7
"main": "dist/chartjs-adapter-moment.js",
8
"repository": {
0 commit comments