Skip to content

Commit

Permalink
remove useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
Icemic committed Apr 18, 2017
1 parent 81636ce commit 439f5a7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 81 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ node_modules
/build
/docs
.DS_Store
/example
webpack.config.example.js
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
.vscode
/build
/docs
.DS_Store
4 changes: 0 additions & 4 deletions .tern-project

This file was deleted.

7 changes: 0 additions & 7 deletions jsconfig.json

This file was deleted.

56 changes: 0 additions & 56 deletions jsdoc.json

This file was deleted.

23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@
"license": "Apache-2.0",
"dependencies": {
"avg-storyscript": "^0.2.2",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-polyfill": "^6.20.0",
"babel-preset-latest": "^6.16.0",
"core-decorators": "^0.15.0",
"deep-equal": "^1.0.1",
"fontfaceobserver": "^2.0.7",
"howler": "^2.0.2",
Expand All @@ -40,12 +30,21 @@
"pixi-particles": "^2.1.1",
"pixi.js": "^4.4.3",
"raw-loader": "^0.5.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^1.16.2",
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {
"webpack": "^2.2.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-polyfill": "^6.20.0",
"babel-preset-latest": "^6.16.0",
"babel-eslint": "^7.1.1",
"bitbar-webpack-progress-plugin": "^0.1.3",
"chai": "^3.5.0",
Expand Down

0 comments on commit 439f5a7

Please sign in to comment.