kempo-testing-framework 1.4.10 → 1.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.gitattributes +5 -0
  2. package/package.json +1 -1
package/.gitattributes ADDED
@@ -0,0 +1,5 @@
1
+ # Normalise every text file to LF in the repository, and check it out with the
2
+ # platform's native endings. Without this, a Windows build writes CRLF into files that
3
+ # checkout wrote as LF, so git reports them as modified even though the content is
4
+ # identical — `git diff` shows nothing while `git status` shows a change.
5
+ * text=auto
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kempo-testing-framework",
3
- "version": "1.4.10",
3
+ "version": "1.4.11",
4
4
  "description": "The Kempo Testing Framework is a simple testing framework built on the principle that code intended to be ran in the browser should be tested in the browser, code intended to be ran in Node should be tested in Node, and code intended to be ran in both should be tested in both. No mocking, no complexity—just testing.",
5
5
  "main": "index.js",
6
6
  "bin": {