Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove typings #252

Merged
merged 1 commit into from
Mar 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
node_modules
npm-debug.log

# TypeScript definitions
typings

# WebStorm user-specific
.idea/workspace.xml
.idea/tasks.xml
Expand Down
1 change: 0 additions & 1 deletion .idea/gltf-pipeline.iml

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

8 changes: 0 additions & 8 deletions .idea/jsLibraryMappings.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/typings.xml

This file was deleted.

2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
/output
/specs
/test
/typings
.jshintrc
.npmignore
.travis.yml
.appveyor.yml
gulpfile.js
typings.json
*.tgz
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ node -e "var test = require('gltf-pipeline');" # No output on success
* `git push origin <version>`
* Publish
```
npm run prepublish
npm publish
```

Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,11 @@
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"open": "^0.0.5",
"requirejs": "^2.3.2",
"typings": "^2.0.0"
"requirejs": "^2.3.2"
},
"scripts": {
"build-cesium": "gulp build-cesium",
"build-cesium-combine": "gulp build-cesium-combine",
"prepublish": "typings install",
"jsdoc": "jsdoc ./lib -R ./README.md -d doc",
"jsHint": "gulp jsHint",
"jsHint-watch": "gulp jsHint-watch",
Expand Down
23 changes: 0 additions & 23 deletions typings.json

This file was deleted.