2
0
Fork 0

Fixed example folders in release

This commit is contained in:
Willem 2016-01-18 01:25:49 +01:00
parent b63a9ca448
commit 2c95bdd04e
2 changed files with 9 additions and 3 deletions

View file

@ -148,5 +148,8 @@ Add unit tests for any new or changed functionality. Lint and test your code.
## Release History
### 0.1.x
### 0.0.2
* Limited example size
### 0.0.1
* Initial release

View file

@ -1,6 +1,6 @@
{
"name": "es5-ff-spa-loader",
"version": "0.0.1",
"version": "0.0.2",
"description": "Javascript Single Page Application Loader",
"main": "es5-ff-spa-loader.js",
"scripts": {
@ -44,7 +44,10 @@
"dependencies": {},
"files": [
"README.md",
"example/",
"example/www_static/",
"example/www_views/",
"example/example.js",
"example/package.json",
"dist/"
]
}