Skip to content

Commit

Permalink
Change NPM package to lite-html
Browse files Browse the repository at this point in the history
  • Loading branch information
ruphin committed Aug 1, 2018
1 parent be13a28 commit 5f25060
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Makefile
src
test
demo
.prettierignore
.travis.yml
browsersync.config.js
rollup.config.js
wct.conf.json
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"name": "html-lite",
"name": "lite-html",
"version": "0.0.0",
"description": "A re-implementation of lit-html",
"main": "html-lite.js",
"umd:main": "html-lite.umd.js",
"module": "html-lite.js",
"jsnext:main": "html-lite.js",
"main": "lite-html.js",
"module": "lite-html.js",
"jsnext:main": "lite-html.js",
"files": [
"html-lite.*",
"lite-html.*",
"src/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ruphin/html-lite.git"
"url": "git+https://github.com/ruphin/lite-html.git"
},
"author": "Goffert van Gool <[email protected]>",
"keywords": [
Expand All @@ -25,15 +24,15 @@
"access": "public"
},
"bugs": {
"url": "https://github.com/ruphin/html-lite/issues"
"url": "https://github.com/ruphin/lite-html/issues"
},
"scripts": {
"build": "rollup -c",
"dev": "browser-sync start --config browsersync.config.js",
"release": "np",
"test": "npm run build && wct --npm"
},
"homepage": "https://github.com/ruphin/html-lite",
"homepage": "https://github.com/ruphin/lite-html",
"devDependencies": {
"@webcomponents/template": "^1.3.1",
"babel-core": "^6.26.3",
Expand Down

0 comments on commit 5f25060

Please sign in to comment.