Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Nov 19, 2016
1 parent 1acafce commit a00bf45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.in
Expand Up @@ -2,7 +2,7 @@
"name": "jquery.terminal",
"version": "{{VER}}",
"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
"main": "js/jquery.terminal-{{VER}}.js",
"main": "js/jquery.terminal.js",
"keywords": [
"terminal",
"emulator",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "jquery.terminal",
"version": "0.11.17",
"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
"main": "js/jquery.terminal-0.11.17.js",
"main": "js/jquery.terminal.js",
"keywords": [
"terminal",
"emulator",
Expand Down

0 comments on commit a00bf45

Please sign in to comment.