dom-terminal
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "dom-terminal", | ||
"description": "Simple command-line terminal for your browser app", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"keywords": [ | ||
@@ -11,3 +11,3 @@ "javascript", | ||
], | ||
"homepage": "http://github.com/sasadjolic/terminal", | ||
"homepage": "https://github.com/sasadjolic/dom-terminal", | ||
"author": "Sasa Djolic <sasa.djolic@gmail.com> (https://www.linkedin.com/in/sasadjolic/)", | ||
@@ -21,3 +21,3 @@ "maintainers": [ | ||
"bugs": { | ||
"url": "http://github.com/sasadjolic/terminal/issues" | ||
"url": "https://github.com/sasadjolic/dom-terminal/issues" | ||
}, | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "http://github.com/sasadjolic/terminal" | ||
"url": "https://github.com/sasadjolic/dom-terminal.git" | ||
}, | ||
@@ -30,0 +30,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
[![Build Status](https://secure.travis-ci.org/sasadjolic/terminal.png)](http://travis-ci.org/sasadjolic/terminal) | ||
[![Build Status](https://secure.travis-ci.org/sasadjolic/dom-terminal.png)](http://travis-ci.org/sasadjolic/dom-terminal) | ||
@@ -49,3 +49,3 @@ # Terminal | ||
case 'help': | ||
return 'Commands: clear, help, theme, ver or version<br>More help available <a class="external" href="http://github.com/SDA/terminal" target="_blank">here</a>'; | ||
return 'Commands: clear, help, theme, ver or version<br>More help available <a class="external" href="http://github.com/sasadjolic/dom-terminal" target="_blank">here</a>'; | ||
@@ -62,3 +62,3 @@ case 'theme': | ||
case 'version': | ||
return '1.0.0'; | ||
return '1.0.2'; | ||
@@ -74,3 +74,3 @@ default: | ||
This gives us 4 commands: `clear`, `help`, `theme`, and `ver` or `version`. | ||
[Go ahead and try it out using our live example.](http://sasadjolic.github.com/terminal/example.html) | ||
[Go ahead and try it out using our live example.](http://sasadjolic.github.com/dom-terminal/example.html) | ||
@@ -242,3 +242,3 @@ ## Features | ||
Copyright (c) 2012 Sasa Djolic, SDA Software Associates Inc. | ||
Copyright (c) 2012-2017 Sasa Djolic | ||
@@ -245,0 +245,0 @@ Permission is hereby granted, free of charge, to any person |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5429666