Skip to content

Commit

Permalink
1.0.3-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha committed Mar 26, 2018
1 parent 4aaaf5c commit b37b038
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bower_components
test
.eslintrc.json
.stylelintrc
.travis.yml
wct.conf.js
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vaadin-development-mode-detector",
"description": "Element for detecting that an application using Vaadin Elements is running in devlopment mode",
"main": "",
"main": "vaadin-development-mode-detector.html",
"license": "Apache2",
"ignore": [
"**/.*",
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "@vaadin/vaadin-development-mode-detector",
"version": "1.0.3",
"description": "Element for detecting that an application using Vaadin Elements is running in development mode"
"version": "1.0.3-pre.1",
"description": "Element for detecting that an application using Vaadin Elements is running in development mode",
"repository": "vaadin/vaadin-themable-mixin",
"author": "Vaadin Ltd",
"license": "Apache-2.0"
}

0 comments on commit b37b038

Please sign in to comment.