We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6a449 commit b9bc5daCopy full SHA for b9bc5da
elm-package.json
@@ -1,8 +1,8 @@
1
{
2
"version": "1.0.0",
3
"summary": "A Native implementation for sending JSONP GET requests",
4
- "repository": "https://github.com/tolgap/elm-jsonp.git",
5
- "license": "BSD3",
+ "repository": "https://github.com/paramanders/elm-jsonp.git",
+ "license": "MIT",
6
"native-modules": true,
7
"source-directories": [
8
"src"
src/Native/Jsonp.js
@@ -1,4 +1,4 @@
-var _tolgap$elm_jsonp$Native_Jsonp = function() {
+var _paramanders$elm_jsonp$Native_Jsonp = function() {
function jsonp(url, callbackName)
0 commit comments