Skip to content

Commit

Permalink
temp: add -testing suffix to module names
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey committed Sep 13, 2018
1 parent b408e67 commit 1314ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "swagger-editor",
"name": "swagger-editor-testing",
"description": "Swagger Editor",
"version": "3.6.10",
"main": "dist/swagger-editor.js",
Expand Down
2 changes: 1 addition & 1 deletion swagger-editor-dist-package/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "swagger-editor-dist",
"name": "swagger-editor-dist-testing",
"version": "$$VERSION",
"main": "swagger-editor.js",
"repository": "git@github.com:swagger-api/swagger-editor.git",
Expand Down

0 comments on commit 1314ed6

Please sign in to comment.