Skip to content

Commit

Permalink
Fixing some package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Jun 2, 2020
1 parent 4b4e2f1 commit fc50c6e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
"name": "navbar.js",
"version": "2.0.3",
"description": "Navbar.js Modern Navigation Component",
"main": "dist/js/navbar.min.js",
"module": "dist/js/navbar.esm.js",
"sass": "src/css/navbar.scss",
"main": "dist/js/navbar.min.js",
"jsnext": "src/js/navbar.js",
"style": "dist/css/navbar.min.css",
"files" :[
"dist/{css,js}/*.{css,js,map}",
"src/{js,scss}/*.{js,scss,map}"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "npm-run-all --parallel build compile",
Expand Down

0 comments on commit fc50c6e

Please sign in to comment.