Skip to content

Commit

Permalink
Merge pull request #252 from AnalyticalGraphicsInc/typings-remove
Browse files Browse the repository at this point in the history
Remove typings
  • Loading branch information
shehzan10 authored Mar 15, 2017
2 parents af98dd4 + 4eb4594 commit bf401ef
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 54 deletions.
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.

0 comments on commit bf401ef

Please sign in to comment.