Skip to content

Commit

Permalink
Fix issues with publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
demipixel committed Jan 7, 2018
1 parent af16088 commit 493ef10
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs/
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "factorio-blueprint",
"version": "2.1.1",
"version": "2.1.3",
"description": "Factorio Blueprints API",
"main": "index.js",
"files": [
"dist"
],
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "webpack -p"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

module.exports = {
entry: './index.js',
entry: './src/index.js',
output: {
filename: './dist/factorio-blueprint.min.js',
library: 'Blueprint',
Expand All @@ -20,4 +20,4 @@ module.exports = {
}
]
}
}
}

0 comments on commit 493ef10

Please sign in to comment.