Skip to content

Commit

Permalink
add browserify support and prep for publishing on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzz311 committed Feb 12, 2015
1 parent f61a185 commit 4a38443
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .npmignore
@@ -0,0 +1,16 @@
/bower_components/
/node_modules/
npm-debug.log

/.idea/
.DS_Store

/test/
/src/
/example/
.editorconfig
bower.json
CONTRIBUTING.md
Gruntfile.js
karma.conf.js
README.md
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -47,5 +47,6 @@
},
"scripts": {
"test": "grunt test"
}
},
"browser": "./dist/highcharts-ng.js"
}

0 comments on commit 4a38443

Please sign in to comment.