Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Mar 26, 2020
1 parent bc1bf2f commit f3300b5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uhandlers",
"version": "0.0.0",
"version": "0.1.0",
"description": "µhtml attributes handlers",
"main": "./cjs/index.js",
"scripts": {
Expand All @@ -12,7 +12,11 @@
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc node test/index.js"
},
"keywords": ["uhtml", "handlers", "lighterhtml"],
"keywords": [
"uhtml",
"handlers",
"lighterhtml"
],
"author": "Andrea Giammarchi",
"license": "ISC",
"devDependencies": {
Expand Down

0 comments on commit f3300b5

Please sign in to comment.