Skip to content

Commit

Permalink
Merge pull request #246 from pixijs/fix-build
Browse files Browse the repository at this point in the history
Bump packages, fix build, update bin
  • Loading branch information
cursedcoder authored May 10, 2018
2 parents 0ee5c86 + ac1d02e commit 7c85c79
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 120 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js

node_js:
- "5"
- "6"
- "7.10"
- "8.4"
Expand Down
226 changes: 113 additions & 113 deletions bin/pixi-spine.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/pixi-spine.js.map

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"make:dts": "node scripts/make_dts.js",
"build": "tsc && yarn make:dts",
"docs": "typedoc --out ./docs/ --readme README.md ./src/",
"check:browserify": "yarn checkpack -- browserify -e test/checkpack.ts",
"check:webpack": "yarn checkpack -- webpack -e test/checkpack.ts",
"check:vanillajs": "yarn checkpack -- vanillajs -e test/checkpack.ts",
"check:browserify": "yarn checkpack browserify -e test/checkpack.ts",
"check:webpack": "yarn checkpack webpack -e test/checkpack.ts",
"check:vanillajs": "yarn checkpack vanillajs -e test/checkpack.ts",
"check:all": "yarn build && yarn check:browserify && yarn check:webpack && yarn check:vanillajs"
},
"files": [
Expand All @@ -42,7 +42,8 @@
"README.md"
],
"devDependencies": {
"checkpack": "~0.1.0",
"@types/lodash": "^4.14.108",
"checkpack": "^0.3",
"del": "~2.2.0",
"glob": "~7.1.1",
"mkdirp": "~0.5.1",
Expand All @@ -52,7 +53,7 @@
"tmp": "^0.0.33",
"ts-helpers": "~1.1.2",
"typedoc": "^0.9.0",
"typescript": "~2.4"
"typescript": "^2.8.3"
},
"dependencies": {
"@types/pixi.js": "^4.5.3"
Expand Down

0 comments on commit 7c85c79

Please sign in to comment.