Fixed example folders in release
This commit is contained in:
parent
b63a9ca448
commit
2c95bdd04e
|
@ -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
|
||||
|
|
|
@ -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/"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue