Skip to content

Commit

Permalink
Tsd will be depracated so change it to Typings
Browse files Browse the repository at this point in the history
As mentioned in DefinitelyTyped/tsd#269 the tsd maintanance project will stop developping and move to Typings. Let's change to typings before this happens
  • Loading branch information
karelhala committed Apr 12, 2016
1 parent 9d7cd33 commit 10a3e9a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -22,6 +22,7 @@ node_modules/
bower_components/
dist/index.html
tsd/
typings/
vendor.js
*.css.map
*.js.map
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Expand Up @@ -17,7 +17,7 @@ your system.

Install these node packages globally in the system
[source]
npm install -g tsd bower webpack wiredep-cli
npm install -g typings bower webpack wiredep-cli

Install local node dependencies
[source]
Expand Down
2 changes: 1 addition & 1 deletion demo/tsd.d.ts
@@ -1 +1 @@
///<reference path="../tsd/typings/tsd.d.ts"/>
///<reference path="../typings/main.d.ts"/>
2 changes: 1 addition & 1 deletion src/tsd.d.ts
@@ -1 +1 @@
///<reference path="../tsd/typings/tsd.d.ts"/>
///<reference path="../typings/main.d.ts"/>
13 changes: 13 additions & 0 deletions typings.json
@@ -0,0 +1,13 @@
{
"name": "hawkular-ui-components",
"version": false,
"ambientDependencies": {
"angular": "github:DefinitelyTyped/DefinitelyTyped/angularjs/angular.d.ts#4bd9b47f0ea79ba83c2e831c56bcaf8ba3a2c8ad",
"jquery": "github:DefinitelyTyped/DefinitelyTyped/jquery/jquery.d.ts#4bd9b47f0ea79ba83c2e831c56bcaf8ba3a2c8ad",
"webpack-env": "github:DefinitelyTyped/DefinitelyTyped/webpack/webpack-env.d.ts#c0d876601e0f8236fd6b57626eb62c4e485f1563",
"lodash": "github:DefinitelyTyped/DefinitelyTyped/lodash/lodash.d.ts#9f0f926a12026287b5a4a229e5672c01e7549313",
"rx-lite": "github:DefinitelyTyped/DefinitelyTyped/rx/rx-lite.d.ts#247e8d48404d11f3aff85dea5029413229e0fc36",
"rx": "github:DefinitelyTyped/DefinitelyTyped/rx/rx.d.ts#247e8d48404d11f3aff85dea5029413229e0fc36",
"angular-ui-router": "github:DefinitelyTyped/DefinitelyTyped/angular-ui-router/angular-ui-router.d.ts#4bd9b47f0ea79ba83c2e831c56bcaf8ba3a2c8ad"
}
}

0 comments on commit 10a3e9a

Please sign in to comment.