Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
chore: rename “@types” folder to “typings”
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Mar 28, 2017
1 parent 79cd459 commit 2d6e0e8
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
6 changes: 0 additions & 6 deletions @types/index.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/index.ts
@@ -1,6 +1,6 @@
#!/usr/bin/env node

/// <reference path="../@types/index.d.ts" />
/// <reference path="../typings/index.d.ts" />

import tap = require('tap');

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions typings/index.d.ts
@@ -0,0 +1,6 @@
/// <reference path="../typings/ajv.d.ts" />
/// <reference path="../typings/deep-strict-equal.d.ts" />
/// <reference path="../typings/glob.d.ts" />
/// <reference path="../typings/selenium-webdriver.d.ts" />
/// <reference path="../typings/sinon.d.ts" />
/// <reference path="../typings/tap.d.ts" />
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2d6e0e8

Please sign in to comment.