Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
eavichay committed Dec 28, 2016
1 parent 7e72b4f commit c16e9ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bin
components
example
framework
plugins
8 changes: 6 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "slimjs",
"main": "Slim.js",
"version": "2.1.1",
"version": "2.1.2",
"ignore": [
"example"
"example",
"components",
"bin",
"framework",
"plugins"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slim-js",
"version": "2.1.1",
"version": "2.1.2",
"description": "Slim web components infrastructure",
"main": "Slim.js",
"scripts": {
Expand Down

0 comments on commit c16e9ec

Please sign in to comment.