Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Swizz committed Aug 12, 2017
1 parent 3d3faf2 commit 76a7cf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
"format": "prettier --semi false --write 'src/**/*.js'",
"release": "npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
},
"babel": {
"presets": "es2015"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"jest": "^20.0.4",
"prettier": "~1.4.1",
"rollup": "^0.41.6",
Expand Down
2 changes: 1 addition & 1 deletion test/html.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { h } from "hyperapp"
import html, { div, h1 } from "../dist/html"
import html, { div, h1 } from "../dist/html.js"

test("hyperapp h similarity", () => {
expect(
Expand Down

0 comments on commit 76a7cf6

Please sign in to comment.