Skip to content

Commit

Permalink
Temporary workaround for screepers#62
Browse files Browse the repository at this point in the history
For some reason the latest published upstream version of `screeps-webpack-plugin` didn't actually include @bryanbecker's fixes, so we include it from the git repo itself.
  • Loading branch information
resir014 committed Jun 14, 2017
1 parent fdcb062 commit 2a1b6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "screeps-starter",
"name": "screeps-typescript-starter",
"version": "2.0.0",
"description": "",
"main": "./dist/main.js",
Expand All @@ -24,7 +24,7 @@
"git-rev-sync": "^1.9.1",
"lodash": "^3.10.1",
"mocha": "^3.3.0",
"screeps-webpack-plugin": "^1.3.0",
"screeps-webpack-plugin": "git://github.com/langri-sha/screeps-webpack-plugin.git",
"source-map-loader": "^0.2.1",
"ts-node": "^3.0.4",
"tslint": "^5.2.0",
Expand Down

0 comments on commit 2a1b6aa

Please sign in to comment.