Skip to content

Commit 6950163

Browse files
build(npmignore): tweaked .npmignore and changed package entry point
1 parent 4a7fe76 commit 6950163

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.eslintrc
22
.babelrc
33
src/**/*
4-
rollup.config.js
4+
rollup.config.js
5+
.travis.yml

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "audioparam-getvalueattime",
33
"version": "0.0.0-development",
44
"description": "This code monkey patches AudioParams with a method to get values at any time",
5-
"main": "src/index.js",
5+
"main": "dist/audioparam-getvalueattime.min.js",
66
"scripts": {
77
"build": "rollup -c",
88
"build:watch": "npm run build -- --watch",

0 commit comments

Comments
 (0)