-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbdcef5
commit 5e7494b
Showing
1 changed file
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
{ | ||
"name": "php-in-js", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple adaptation of php functions for javascript", | ||
"main": "es6.js", | ||
"module": "cjs.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"main": "cjs.js", | ||
"module": "es6.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/DimitriSitchet/php-in-js.git" | ||
"url": "git+https://github.com/dimtrovich/php-in-js.git" | ||
}, | ||
"keywords": [ | ||
"php", | ||
"pollyfil", | ||
"js", | ||
"php-i-js" | ||
"php-in-js" | ||
], | ||
"author": "Dimitri Sitchet <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/DimitriSitchet/php-in-js/issues" | ||
"url": "https://github.com/dimtrovich/php-in-js/issues" | ||
}, | ||
"homepage": "https://github.com/DimitriSitchet/php-in-js#readme" | ||
"homepage": "https://github.com/dimtrovich/php-in-js#readme" | ||
} |