mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 08:34:14 -05:00
Remove typings
This commit is contained in:
parent
5f6d84581f
commit
56c4fde4f7
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,9 +2,6 @@
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
# TypeScript definitions
|
||||
typings
|
||||
|
||||
# WebStorm user-specific
|
||||
.idea/workspace.xml
|
||||
.idea/tasks.xml
|
||||
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptLibraryMappings">
|
||||
<file url="PROJECT" libraries="{typings}" />
|
||||
<includedPredefinedLibrary name="Node.js Core" />
|
||||
<excludedPredefinedLibrary name="HTML" />
|
||||
</component>
|
||||
</project>
|
@ -1,13 +0,0 @@
|
||||
<component name="libraryTable">
|
||||
<library name="typings" type="javaScript">
|
||||
<properties>
|
||||
<sourceFilesUrls>
|
||||
<item url="file://$PROJECT_DIR$/typings" />
|
||||
</sourceFilesUrls>
|
||||
</properties>
|
||||
<CLASSES>
|
||||
<root url="file://$PROJECT_DIR$/typings" />
|
||||
</CLASSES>
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
@ -7,6 +7,5 @@
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="typings" level="project" />
|
||||
</component>
|
||||
</module>
|
@ -5,10 +5,8 @@
|
||||
/specs
|
||||
/test
|
||||
/output
|
||||
/typings
|
||||
.jshintrc
|
||||
.npmignore
|
||||
.travis.yml
|
||||
gulpfile.js
|
||||
typings.json
|
||||
*.tgz
|
||||
|
@ -43,11 +43,9 @@
|
||||
"jshint": "^2.9.4",
|
||||
"jshint-stylish": "^2.2.1",
|
||||
"open": "^0.0.5",
|
||||
"requirejs": "^2.3.3",
|
||||
"typings": "^2.1.0"
|
||||
"requirejs": "^2.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "typings install",
|
||||
"jsdoc": "jsdoc ./lib -R ./README.md -d doc",
|
||||
"jsHint": "gulp jsHint",
|
||||
"jsHint-watch": "gulp jsHint-watch",
|
||||
|
16
typings.json
16
typings.json
@ -1,16 +0,0 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"async": "registry:npm/async#2.0.1+20160815105832",
|
||||
"bluebird": "registry:npm/bluebird#3.4.1+20160909132857",
|
||||
"gulp": "registry:npm/gulp#4.0.0-alpha.2+20160817105618",
|
||||
"requirejs": "registry:npm/requirejs#2.2.0+20160319062357",
|
||||
"yargs": "registry:npm/yargs#5.0.0+20160907000723"
|
||||
},
|
||||
"globalDependencies": {
|
||||
"byline": "registry:dt/byline#4.2.1+20161006132146",
|
||||
"fs-extra": "registry:dt/fs-extra#0.0.0+20161004190449",
|
||||
"istanbul": "registry:dt/istanbul#0.4.0+20160316155526",
|
||||
"jasmine": "registry:dt/jasmine#2.5.0+20161003201800",
|
||||
"open": "registry:dt/open#0.0.3+20160316155526"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user