Compare commits
No commits in common. "master" and "v2.1.7" have entirely different histories.
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "unibabel",
|
"name": "unibabel",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"homepage": "https://git.coolaj86.com/coolaj86/unibabel.js",
|
"version": "2.1.7",
|
||||||
|
"homepage": "https://github.com/coolaj86/unibabel-js",
|
||||||
"authors": [
|
"authors": [
|
||||||
"AJ ONeal <coolaj86@gmail.com>"
|
"AJ ONeal <coolaj86@gmail.com>"
|
||||||
],
|
],
|
||||||
|
|
2
node.js
2
node.js
|
@ -1,6 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
console.warn("Please don't use Unibabel in node.js. If you think you really think you have a valid use case please report it at https://git.coolaj86.com/coolaj86/unibabel.js/issues/new");
|
console.warn("Please don't use Unibabel in node.js. If you think you really think you have a valid use case please report it at https://github.com/coolaj86/unibabel-js/issues/new");
|
||||||
throw new Error("[unibabel] you're doing it wrong");
|
throw new Error("[unibabel] you're doing it wrong");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "unibabel",
|
"name": "unibabel",
|
||||||
"version": "2.1.8",
|
"version": "2.1.7",
|
||||||
"description": "Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript",
|
"description": "Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript",
|
||||||
"main": "node.js",
|
"main": "node.js",
|
||||||
"browser": {
|
"browser": {
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.coolaj86.com/coolaj86/unibabel.js.git"
|
"url": "git+https://git.coolaj86.com/coolaj86/unibabel.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ascii",
|
"ascii",
|
||||||
|
|
Loading…
Reference in New Issue