Skip to content

Commit

Permalink
Add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Nov 14, 2015
1 parent 26bc33b commit 394aebf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
demo
webpack.config.js
.eslintrc
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "react-element-pan",
"version": "1.0.2",
"description": "React component for allowing panning of DOM-elements too large for their container, in a Google Maps-like way.",
"main": "element-pan.js",
"browser": "./umd/element-pan.js",
"main": "src/element-pan.js",
"browser": "umd/element-pan.js",
"scripts": {
"test": "eslint .",
"build": "npm run build:umd && npm run build:prod",
Expand Down

0 comments on commit 394aebf

Please sign in to comment.