Skip to content

Commit b9bc5da

Browse files
committed
Fix namings of repo and license
1 parent 8b6a449 commit b9bc5da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

elm-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": "1.0.0",
33
"summary": "A Native implementation for sending JSONP GET requests",
4-
"repository": "https://github.com/tolgap/elm-jsonp.git",
5-
"license": "BSD3",
4+
"repository": "https://github.com/paramanders/elm-jsonp.git",
5+
"license": "MIT",
66
"native-modules": true,
77
"source-directories": [
88
"src"

src/Native/Jsonp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var _tolgap$elm_jsonp$Native_Jsonp = function() {
1+
var _paramanders$elm_jsonp$Native_Jsonp = function() {
22

33
function jsonp(url, callbackName)
44
{

0 commit comments

Comments
 (0)