Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Commit e2cb23c

Browse files
committed
Release 0.2.0.
1 parent 283046d commit e2cb23c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "console-polyfill",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Browser console polyfill. Makes it safe to do console.log()-s etc always.",
55
"main": "index.js",
66
"dependencies": {}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "console-polyfill",
33
"repo": "paulmillr/console-polyfill",
44
"description": "Browser console polyfill. Makes it safe to do console.log()-s etc always.",
5-
"version": "0.1.2",
5+
"version": "0.2.0",
66
"keywords": ["console", "polyfill"],
77
"dependencies": {},
88
"development": {},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "console-polyfill",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Browser console polyfill. Makes it safe to do console.log()-s etc always.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)