Comparing version 0.1.0 to 0.1.2
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.3.2 | ||
// Generated by CoffeeScript 2.4.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var _; |
{ | ||
"name": "cruftless", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "Yet another simple way to parse and generate XML", | ||
@@ -10,4 +10,6 @@ "main": "lib/cruftless.js", | ||
"prepare": "coffee -c -o ./lib ./src", | ||
"compile:test": "coffee -c -o ./build/test ./test", | ||
"readme": "runmd --output=./README.md ./README.js.md" | ||
}, | ||
"repository": "github:wspringer/cruftless", | ||
"author": "Wilfred Springer", | ||
@@ -22,7 +24,7 @@ "license": "MIT", | ||
"devDependencies": { | ||
"coffeescript": "^2.3.2", | ||
"jest": "^23.6.0", | ||
"jest-preset-coffeescript": "^1.0.0", | ||
"coffeescript": "^2.4.1", | ||
"jest": "^24.9.0", | ||
"jest-preset-coffeescript": "^1.1.1", | ||
"runmd": "^1.0.1" | ||
} | ||
} |
@@ -16,6 +16,8 @@ ```javascript --hide | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/wspringer/cruftless.svg)](https://greenkeeper.io/) | ||
## Yet another XML binding framework? | ||
I hate to say this, but: 'yes'. Or, perhaps: 'no'. Because Cruftless is not really an XML binding framework as you know it. It's almost more like Handlebars. But where Handlebars allows you to only *generate* documents, Cruftless also allows you to *parse* documents. | ||
I hate to say this, but: 'yes'. Or, perhaps: 'no'. Because Cruftless is not really an XML binding framework as you know it. It's almost more like Handlebars. But where Handlebars allows you to only *generate* documents, Cruftless also allows you to *extract* data from documents. | ||
@@ -22,0 +24,0 @@ ## Building XML documents |
@@ -11,6 +11,8 @@ <!-- | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/wspringer/cruftless.svg)](https://greenkeeper.io/) | ||
## Yet another XML binding framework? | ||
I hate to say this, but: 'yes'. Or, perhaps: 'no'. Because Cruftless is not really an XML binding framework as you know it. It's almost more like Handlebars. But where Handlebars allows you to only *generate* documents, Cruftless also allows you to *parse* documents. | ||
I hate to say this, but: 'yes'. Or, perhaps: 'no'. Because Cruftless is not really an XML binding framework as you know it. It's almost more like Handlebars. But where Handlebars allows you to only *generate* documents, Cruftless also allows you to *extract* data from documents. | ||
@@ -17,0 +19,0 @@ ## Building XML documents |
module.exports = function (wallaby) { | ||
return { | ||
@@ -12,3 +12,3 @@ files: [ | ||
], | ||
env: { | ||
@@ -25,2 +25,2 @@ type: 'node', | ||
}; | ||
}; | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
242289
4949
320
31
1