Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 8, 2016
1 parent c251556 commit 9c1dc64
Show file tree
Hide file tree
Showing 40 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion packages/hast-util-from-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-from-string",
"version": "0.0.0",
"version": "1.0.0",
"description": "Set the plain-text value of a node",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-body-ok-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-body-ok-link",
"version": "0.0.0",
"version": "1.0.0",
"description": "Check if a link element is “Body OK”",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-conditional-comment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-conditional-comment",
"version": "0.0.0",
"version": "1.0.0",
"description": "Check if a node is a conditional comment",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-css-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-css-link",
"version": "0.0.0",
"version": "1.0.0",
"description": "Check if an element is a css link",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-css-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-css-style",
"version": "0.0.0",
"version": "1.0.0",
"description": "Check if an element is a css style",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-event-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-event-handler",
"version": "0.0.0",
"version": "1.0.0",
"description": "Check if a property is an event handler",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-javascript",
"version": "0.0.0",
"version": "1.0.0",
"description": "Check if an element is a JavaScript script",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-to-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-to-string",
"version": "0.0.0",
"version": "1.0.0",
"description": "Get the plain-text value of a node",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/html-url-attributes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-url-attributes",
"version": "0.0.0",
"version": "1.0.0",
"description": "Map of URL attributes in HTML",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/html-whitespace-sensitive-tag-names/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-whitespace-sensitive-tag-names",
"version": "0.0.0",
"version": "1.0.0",
"description": "List of whitespace sensitive HTML tag names",
"license": "MIT",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/rehype-concat-css-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-concat-css-style",
"version": "0.0.0",
"version": "1.0.0",
"description": "Concatenate CSS `<style>` elements together",
"license": "MIT",
"keywords": [
Expand All @@ -20,9 +20,9 @@
],
"dependencies": {
"unist-util-visit": "^1.0.0",
"hast-util-is-css-style": "^0.0.0",
"hast-util-from-string": "^0.0.0",
"hast-util-to-string": "^0.0.0"
"hast-util-is-css-style": "^1.0.0",
"hast-util-from-string": "^1.0.0",
"hast-util-to-string": "^1.0.0"
},
"excludeFromPreset": true
}
8 changes: 4 additions & 4 deletions packages/rehype-concat-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-concat-javascript",
"version": "0.0.0",
"version": "1.0.0",
"description": "Concatenate JS `<script>` elements together",
"license": "MIT",
"keywords": [
Expand All @@ -20,10 +20,10 @@
"index.js"
],
"dependencies": {
"hast-util-from-string": "^0.0.0",
"hast-util-from-string": "^1.0.0",
"hast-util-has-property": "^1.0.0",
"hast-util-is-javascript": "^0.0.0",
"hast-util-to-string": "^0.0.0",
"hast-util-is-javascript": "^1.0.0",
"hast-util-to-string": "^1.0.0",
"unist-util-visit": "^1.0.0"
},
"excludeFromPreset": true
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-css-to-top/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-css-to-top",
"version": "0.0.0",
"version": "1.0.0",
"description": "Move CSS `<link>` to `<head>`",
"license": "MIT",
"keywords": [
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"unist-util-visit": "^1.0.0",
"hast-util-is-css-link": "^0.0.0"
"hast-util-is-css-link": "^1.0.0"
},
"excludeFromPreset": true
}
4 changes: 2 additions & 2 deletions packages/rehype-javascript-to-bottom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-javascript-to-bottom",
"version": "0.0.0",
"version": "1.0.0",
"description": "Move JavaScript `<script>` to `<body>`",
"license": "MIT",
"keywords": [
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"unist-util-visit": "^1.0.0",
"hast-util-is-javascript": "^0.0.0"
"hast-util-is-javascript": "^1.0.0"
},
"excludeFromPreset": true
}
4 changes: 2 additions & 2 deletions packages/rehype-minify-attribute-whitespace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-attribute-whitespace",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify white-space in attributes",
"license": "MIT",
"keywords": [
Expand All @@ -23,7 +23,7 @@
"has": "^1.0.1",
"hast-util-has-property": "^1.0.0",
"hast-util-is-element": "^1.0.0",
"hast-util-is-event-handler": "^0.0.0",
"hast-util-is-event-handler": "^1.0.0",
"trim": "^0.0.1",
"unist-util-visit": "^1.0.0",
"x-is-array": "^0.1.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/rehype-minify-css-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-css-style",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify `style` elements",
"license": "MIT",
"keywords": [
Expand All @@ -20,9 +20,9 @@
],
"dependencies": {
"clean-css": "^3.4.18",
"hast-util-from-string": "^0.0.0",
"hast-util-is-css-style": "^0.0.0",
"hast-util-to-string": "^0.0.0",
"hast-util-from-string": "^1.0.0",
"hast-util-is-css-style": "^1.0.0",
"hast-util-to-string": "^1.0.0",
"unist-util-visit": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/rehype-minify-doctype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-doctype",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify the HTML doctype",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-enumerated-attribute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-enumerated-attribute",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify enumerated attributes",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-minify-event-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-event-handler",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify event handler attributes",
"license": "MIT",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"index.js"
],
"dependencies": {
"hast-util-is-event-handler": "^0.0.0",
"hast-util-is-event-handler": "^1.0.0",
"hast-util-has-property": "^1.0.0",
"uglify-js": "^2.6.4",
"unist-util-visit": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/rehype-minify-javascript-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-javascript-script",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify `script` elements with a JS body",
"license": "MIT",
"keywords": [
Expand All @@ -21,9 +21,9 @@
"dependencies": {
"uglify-js": "^2.6.4",
"unist-util-visit": "^1.0.0",
"hast-util-from-string": "^0.0.0",
"hast-util-from-string": "^1.0.0",
"hast-util-has-property": "^1.0.0",
"hast-util-is-javascript": "^0.0.0",
"hast-util-to-string": "^0.0.0"
"hast-util-is-javascript": "^1.0.0",
"hast-util-to-string": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/rehype-minify-javascript-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-javascript-url",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify JavaScript URLs",
"license": "MIT",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"has": "^1.0.1",
"hast-util-has-property": "^1.0.0",
"hast-util-is-element": "^1.0.0",
"html-url-attributes": "^0.0.0",
"html-url-attributes": "^1.0.0",
"uglify-js": "^2.6.4",
"unist-util-visit": "^1.0.0",
"trim": "0.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/rehype-minify-json-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-json-script",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify `script` elements with a JSON body",
"license": "MIT",
"keywords": [
Expand All @@ -20,8 +20,8 @@
],
"dependencies": {
"unist-util-visit": "^1.0.0",
"hast-util-from-string": "^0.0.0",
"hast-util-from-string": "^1.0.0",
"hast-util-is-element": "^1.0.0",
"hast-util-to-string": "^0.0.0"
"hast-util-to-string": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/rehype-minify-media-attribute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-media-attribute",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify media attributes",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-meta-color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-meta-color",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify `theme-color` and `msapplication-TileColor` meta elements",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-meta-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-meta-content",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify `content` on `meta` elements",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-style-attribute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-style-attribute",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify style attributes",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-minify-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-url",
"version": "0.0.0",
"version": "1.0.0",
"description": "Minify URLs",
"license": "MIT",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"has": "^1.0.1",
"hast-util-has-property": "^1.0.0",
"hast-util-is-element": "^1.0.0",
"html-url-attributes": "^0.0.0",
"html-url-attributes": "^1.0.0",
"relateurl": "^0.2.7",
"unist-util-visit": "^1.0.0",
"x-is-array": "^0.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/rehype-minify-whitespace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-whitespace",
"version": "0.0.0",
"version": "1.0.0",
"description": "Collapse whitespace with rehype",
"license": "MIT",
"keywords": [
Expand All @@ -22,9 +22,9 @@
"collapse-white-space": "^1.0.0",
"hast-util-embedded": "^1.0.0",
"hast-util-has-property": "^1.0.0",
"hast-util-is-body-ok-link": "^0.0.0",
"hast-util-is-body-ok-link": "^1.0.0",
"hast-util-is-element": "^1.0.0",
"html-whitespace-sensitive-tag-names": "^0.0.0",
"html-whitespace-sensitive-tag-names": "^1.0.0",
"unist-util-is": "^2.0.0",
"unist-util-modify-children": "^1.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-normalize-attribute-value-case",
"version": "0.0.0",
"version": "1.0.0",
"description": "Normalize casing of attribute values",
"license": "MIT",
"keywords": [
Expand Down
Loading

0 comments on commit 9c1dc64

Please sign in to comment.