Skip to content

Commit

Permalink
Merge pull request #2 from knocknote/feature/fix-npm-install
Browse files Browse the repository at this point in the history
update package.json and add .npmignore file
  • Loading branch information
goccy authored Aug 24, 2018
2 parents d9c1575 + d3d3daf commit cac53b9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Empty file added .npmignore
Empty file.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
{
"name": "pixi-after-effects",
"version": "1.0.0",
"description": "",
"description": "play AfterEffects animation by pixi.js",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"server": "webpack-dev-server --host 0.0.0.0 --progress --port 5000",
"lint": "eslint src",
"doc": "jsdoc -c .jsdoc.json -R README.md"
},
"files": [
"README.md",
"LICENSE",
"package.json",
"dist/pixi-ae.js",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/knocknote/pixi-after-effects"
},
"bugs": {
"url": "https://github.com/knocknote/pixi-after-effects/issues"
},
"homepage": "https://github.com/knocknote/pixi-after-effects",
"author": "",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit cac53b9

Please # to comment.