Skip to content

Commit

Permalink
Upgrade Sinuous to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Sep 20, 2019
1 parent ea1cf06 commit b5628d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frameworks/keyed/sinuous/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/krausest/js-framework-benchmark.git"
},
"dependencies": {
"sinuous": "0.12.6"
"sinuous": "0.15.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/keyed/sinuous/src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { observable, h } from 'sinuous';
import { template, t, o } from 'sinuous/template';
import map from 'sinuous/map';
import { map } from 'sinuous/map';

let idCounter = 1;
const adjectives = ["pretty", "large", "big", "small", "tall", "short", "long", "handsome", "plain", "quaint", "clean", "elegant", "easy", "angry", "crazy", "helpful", "mushy", "odd", "unsightly", "adorable", "important", "inexpensive", "cheap", "expensive", "fancy"],
Expand Down

0 comments on commit b5628d1

Please sign in to comment.