Skip to content

Commit

Permalink
refactor: move styled.d.ts patch to typings
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed May 18, 2018
1 parent dbacec9 commit 5957159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -25,7 +25,8 @@ lib/
stats.json
cypress/
bundles/
typings/
typings/*
!typings/styled-patch.d.ts
cli/index.js

/benchmark/revisions
Expand Down
2 changes: 1 addition & 1 deletion custom.d.ts
@@ -1,4 +1,4 @@
/// <reference path="src/styled.d.ts" />
/// <reference path="typings/styled-patch.d.ts" />

declare module '*.json' {
const content: any;
Expand Down
File renamed without changes.

0 comments on commit 5957159

Please sign in to comment.