Skip to content

Commit

Permalink
lit-html 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgregorio committed Jul 1, 2019
1 parent d6ab408 commit 403966c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ fi

export GOROOT=$HOME/go
export GOPATH=$HOME/projects/golib
export CDPATH=$GOPATH/src/go.skia.org/infra:$GOPATH/src/github.com/
export EDITOR=vim
export PATH=$HOME/projects/depot_tools:$GOROOT/bin:$HOME/node/bin:$HOME/bin:$GOPATH/bin:$HOME/projects/swarming/client:$HOME/projects/clang/bin:$PATH

Expand Down
1 change: 1 addition & 0 deletions steps
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rm ~/.vimrc
ln -s $HOME/jcgregorio/vim/vimrc ~/.vimrc
echo "source $HOME/jcgregorio/bashrc" >> ~/.bashrc
source ~/.bashrc
echo "source-file $HOME/jcgregorio/tmux.conf" >> ~/.tmux.conf

# Install go
cd ~
Expand Down
2 changes: 1 addition & 1 deletion vim/UltiSnips/javascript.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ snippet vanlit "VanillaJS+lit-extended element definition"
*
* @example
*/
import { html, render } from 'lit-html/lib/lit-extended'
import { html, render } from 'lit-html'

const template = (ele) => html\`\`;

Expand Down

0 comments on commit 403966c

Please sign in to comment.