Skip to content

Commit 944fed9

Browse files
author
Oleksandr Bardanov
committed
v0.1.1 - removed redundant console.log
1 parent 5255ace commit 944fed9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
define(function(require, exports, module){
22
var path = module.uri.replace('config.js', '');
3-
console.log(path);
4-
53
exports.path = path;
64
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Lorem Pixel",
44
"description": "Generate placeholder Images for every case",
55
"homepage": "https://github.com/dnbard/brackets-lorem-pixel",
6-
"version": "0.1.0",
6+
"version": "0.1.1",
77
"author": "Alex Bardanov",
88
"license": "MIT",
99
"engines": {

0 commit comments

Comments
 (0)