Skip to content

Commit

Permalink
Merge pull request #4 from JandersonConstantino/master
Browse files Browse the repository at this point in the history
fix typescript module declaration
  • Loading branch information
JandersonConstantino committed May 20, 2019
2 parents a4781e6 + 4bef757 commit 235183d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![CircleCI](https://circleci.com/gh/PagueVeloz/pv-cookies.svg?style=svg)](https://circleci.com/gh/PagueVeloz/pv-cookies)
[![Coverage Status](https://coveralls.io/repos/github/PagueVeloz/pv-notify/badge.svg?branch=master)](https://coveralls.io/github/PagueVeloz/pv-notify?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/PagueVeloz/pv-cookies/badge.svg?branch=master)](https://coveralls.io/github/PagueVeloz/pv-cookies?branch=master)
![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)
[![npm version](https://badge.fury.io/js/%40pagueveloz%2Fcookies.svg)](https://badge.fury.io/js/%40pagueveloz%2Fcookies)

Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module "pv-cookies" {
declare module "@pagueveloz/cookies" {
/**
* Write / Rewrite cookie
*
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@pagueveloz/cookies",
"version": "0.0.1",
"homepage": "https://www.pagueveloz.com.br",
"description": "Giving easy access to browser cookies.",
"main": "index.js",
"private": false,
Expand All @@ -20,5 +21,9 @@
"coveralls": "^3.0.3",
"jest": "^24.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/PagueVeloz/pv-cookies.git"
},
"license": "MIT"
}

0 comments on commit 235183d

Please sign in to comment.