Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-zaera committed Feb 19, 2018
1 parent 903bfe1 commit 54dffd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "liferay-amd-loader",
"version": "3.0.0",
"description":
"AMD Loader with support for combo URL and conditional loading",
"version": "3.0.1",
"description": "AMD Loader with support for combo URL and conditional loading",
"scripts": {
"clean": "rm -rf build",
"build": "node bin/build-loader.js",
Expand All @@ -29,7 +28,12 @@
},
"author": "Iliyan Peychev",
"license": "LGPL-3.0",
"keywords": ["Liferay", "AMD", "ES6", "Loader"],
"keywords": [
"Liferay",
"AMD",
"ES6",
"Loader"
],
"bugs": {
"url": "https://github.com/liferay/liferay-amd-loader/issues"
},
Expand Down

0 comments on commit 54dffd0

Please sign in to comment.