We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7fe76 commit 6950163Copy full SHA for 6950163
.npmignore
@@ -1,4 +1,5 @@
1
.eslintrc
2
.babelrc
3
src/**/*
4
-rollup.config.js
+rollup.config.js
5
+.travis.yml
package.json
@@ -2,7 +2,7 @@
"name": "audioparam-getvalueattime",
"version": "0.0.0-development",
"description": "This code monkey patches AudioParams with a method to get values at any time",
- "main": "src/index.js",
+ "main": "dist/audioparam-getvalueattime.min.js",
6
"scripts": {
7
"build": "rollup -c",
8
"build:watch": "npm run build -- --watch",
0 commit comments