@emmetio/snippets
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -65,3 +65,3 @@ 'use strict'; | ||
"input:h|input:hidden": "input[type=hidden name]", | ||
"input:t|input:text": "inp", | ||
"input:t|input:text": "inp[type=text]", | ||
"input:search": "inp[type=search]", | ||
@@ -68,0 +68,0 @@ "input:email": "inp[type=email]", |
@@ -63,3 +63,3 @@ var html = { | ||
"input:h|input:hidden": "input[type=hidden name]", | ||
"input:t|input:text": "inp", | ||
"input:t|input:text": "inp[type=text]", | ||
"input:search": "inp[type=search]", | ||
@@ -66,0 +66,0 @@ "input:email": "inp[type=email]", |
@@ -63,3 +63,3 @@ { | ||
"input:h|input:hidden": "input[type=hidden name]", | ||
"input:t|input:text": "inp", | ||
"input:t|input:text": "inp[type=text]", | ||
"input:search": "inp[type=search]", | ||
@@ -66,0 +66,0 @@ "input:email": "inp[type=email]", |
{ | ||
"name": "@emmetio/snippets", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Emmet snippets", | ||
@@ -5,0 +5,0 @@ "main": "dist/snippets.cjs.js", |
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
50736