Skip to content

Commit

Permalink
Updates example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdo committed Feb 18, 2019
1 parent 1a4aed5 commit 243ca51
Show file tree
Hide file tree
Showing 8 changed files with 1,297 additions and 1,770 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Created by .ignore support plugin (hsz.mobi)
### macOS template
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

.idea/.name
.idea/compiler.xml
.idea/copyright/
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
microdata-template.iml
/.idea/uiDesigner.xml
/example/minimal-webpack/dist/bundle.js
/example/minimal-webpack/node_modules/
/example/minimal-requirejs/node_modules/
/example/minimal-requirejs/yarn.lock
7 changes: 3 additions & 4 deletions LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)
MIT License

Copyright (c) 2016 Peter Sylwester
Copyright (c) 2019 Peter Sylwester

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,5 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###### This is released software. Please **[log issues](https://github.com/ptrdo/microdata-template/issues)** found.
# microdata-template `v2.0.3`
# microdata-template `v2.1.0`
An implementation of HTML template by way of the microdata mechanism.
### The Gist
This JavaScript module should simplify adding dynamic content to HTML documents while staying true to the recommendations of web standards. There are no dependencies here except the JavaScript [ECMA5 standard](http://www.ecma-international.org/ecma-262/5.1/) which enjoys [nearly universal support](http://kangax.github.io/compat-table/es5/) in modern browsers. Also, since the HTML recommendations for integral technologies such as [template](https://www.w3.org/TR/html52/semantics-scripting.html#the-template-element) and [microdata](https://www.w3.org/TR/microdata/) are variably implemented by modern browsers, this module serves as a [polyfill](https://en.wikipedia.org/wiki/Polyfill) to assure reliable results. Best of all, this methodology encourages the writing of low-dependency JavaScript and perfectly valid HTML — even within fully-functional templated markup.
Expand Down
6 changes: 3 additions & 3 deletions example/minimal-requirejs/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "minimal-requirejs",
"version": "2.0.3",
"description": "an example implementation of microdata-template",
"version": "2.1.0",
"description": "An example implementation of microdata-template",
"main": "index.js",
"license": "MIT",
"dependencies": {
"requirejs": "^2.3.5",
"requirejs": "^2.3.6",
"requirejs-json": "^0.0.3",
"requirejs-text": "^2.0.15"
}
Expand Down
Loading

0 comments on commit 243ca51

Please sign in to comment.