forked from danielstorey/adapt-stacklist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request danielstorey#9 from KingsOnline/master
Updated schema file
- Loading branch information
Showing
2 changed files
with
47 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"name": "adapt-stacklist", | ||
"description": "Items fly in one at a time, alternating from left to right, when the learner clicks a button. Demo available.", | ||
"version": "1.0.2", | ||
"framework": "^2.0.0", | ||
"displayName": "Stack List", | ||
"component": "stacklist", | ||
"main": "/js/adapt-stacklist.js", | ||
"homepage": "https://github.com/danielstorey/adapt-stacklist", | ||
"repository": "git://github.com/danielstorey/adapt-stacklist.git", | ||
"issues": "https://github.com/danielstorey/adapt-stacklist/issues", | ||
"keywords": [ | ||
"adapt-plugin", | ||
"adapt-component" | ||
], | ||
"license": "GPLv3", | ||
"authors": [ | ||
"Dan Storey <[email protected]>" | ||
] | ||
"name": "adapt-stacklist", | ||
"description": "Items fly in one at a time, alternating from left to right, when the learner clicks a button. Demo available.", | ||
"version": "1.0.3", | ||
"framework": "^2.0.0", | ||
"displayName": "Stack List", | ||
"component": "stacklist", | ||
"main": "/js/adapt-stacklist.js", | ||
"homepage": "https://github.com/danielstorey/adapt-stacklist", | ||
"repository": "git://github.com/danielstorey/adapt-stacklist.git", | ||
"issues": "https://github.com/danielstorey/adapt-stacklist/issues", | ||
"keywords": [ | ||
"adapt-plugin", | ||
"adapt-component" | ||
], | ||
"license": "GPLv3", | ||
"authors": [ | ||
"Dan Storey <[email protected]>" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters