UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

15 lines (11 loc) 238 B
environment: nodejs_version: "16" install: - ps: Install-Product node $env:nodejs_version # faster than `npm install` - npm ci test_script: - node --version - npm --version - npm run test-jasmine -- lib --IE11 build: off