Skip to content

Commit

Permalink
preparations for npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzditomi committed Apr 21, 2018
1 parent c7acd65 commit a4f0513
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
npm-debug.log
coverage
.map
e2e/site/dist
e2e/site/dist
.vscode
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-infinite-scroller",
"version": "1.0.0",
"description": "",
"description": "Infinite scroller library for AngularJS",
"main": "src/angular-infinite-scroll.min.js",
"scripts": {
"build": "webpack",
Expand Down

0 comments on commit a4f0513

Please sign in to comment.