Skip to content

Commit e672713

Browse files
committed
updated version
1 parent b4d1846 commit e672713

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dist/scss/simple-hint.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Simple Hint v1.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
1+
/*! Simple Hint v2.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
22

33

44
@mixin prefix($name, $argument) {

dist/simple-hint.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Simple Hint v1.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
1+
/*! Simple Hint v2.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
22
[simple-hint]:after, [simple-hint]:before {
33
display: inline-block;
44
pointer-events: none;

dist/simple-hint.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-hint",
3-
"version": "0.0.0",
3+
"version": "2.0",
44
"private": true,
55
"scripts": {
66
"start": "node ./bin/www"

public/stylesheets/scss/simple-hint.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Simple Hint v1.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
1+
/*! Simple Hint v2.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
22

33

44
@mixin prefix($name, $argument) {

public/stylesheets/simple-hint.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Simple Hint v1.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
1+
/*! Simple Hint v2.0 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
22
[simple-hint]:after, [simple-hint]:before {
33
display: inline-block;
44
pointer-events: none;

0 commit comments

Comments
 (0)