Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Jun 2, 2020
1 parent b11fc24 commit 602678c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "Native JavaScript for Bootstrap, the sweetest JavaScript library without jQuery.",
"main": "dist/bootstrap-native.min.js",
"module": "dist/bootstrap-native.esm.js",
"jsnext": "src/index.js",
"files" :[
"dist/*.{js,map}",
"src/*.{js,map}"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"help": "rollup --help",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const OUTPUT = {
}

const PLUGINS = [
node({mainFields: ['shorter-js', 'module']}),
node({mainFields: ['jsnext', 'module']}),
json(),
buble(),
cleanup()
Expand Down

0 comments on commit 602678c

Please sign in to comment.