Skip to content

Commit

Permalink
bumped to v1.0.18: updated package settings, removed assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttj committed Mar 25, 2020
1 parent 5941f93 commit e5db385
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
Binary file removed assets/debug-test-results.png
Binary file not shown.
Binary file removed assets/devtools-test-results.png
Binary file not shown.
Binary file removed assets/grouped-test-results.png
Binary file not shown.
Binary file removed assets/logo.png
Binary file not shown.
Binary file removed assets/simple-test-results.png
Binary file not shown.
Binary file removed assets/tap-nyan-test-results.png
Binary file not shown.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scottjarvis/tea",
"version": "1.0.17",
"version": "1.0.18",
"description": "Test Environment Application",
"author": "sc0ttj",
"license": "MIT",
Expand All @@ -11,6 +11,8 @@
"homepage": "https://github.com/sc0ttj/tea",
"main": "dist/tea.js",
"module": "dist/tea.es6.js",
"es2015": "dist/tea.es6.js",
"main:umd": "dist/tea.umd.js",
"browser": "dist/tea.umd.js",
"unpkg": "dist/tea.umd.js",
"source": "src/tea.js",
Expand All @@ -30,6 +32,11 @@
"assert",
"tap"
],
"files": [
"dist/tea.js",
"dist/tea.es6.js",
"dist/tea.umd.js"
],
"dependencies": {},
"devDependencies": {
"microbundle": "^0.11.0"
Expand Down

0 comments on commit e5db385

Please sign in to comment.