Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Updated package.json and removed circle
Browse files Browse the repository at this point in the history
  • Loading branch information
coltdorsey committed Sep 18, 2020
1 parent 30e2be1 commit e0f6337
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml

This file was deleted.

15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,22 @@
"utils.js",
"index.d.ts"
],
"scripts": {
"build": "babel src --out-dir dist",
"copy:types": "babel types --out-dir dist --copy-files",
"build:all": "npm run build && npm run copy:types",
"test": "echo 'done'"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/onXmaps/cypress-libraries.git"
"url": "git+https://github.com/coltdorsey/cypress-iap.git"
},
"keywords": [
"cypress"
],
"author": "Colt Dorsey",
"license": "ISC",
"bugs": {
"url": "https://github.com/onXmaps/cypress-libraries/issues"
"url": "https://github.com/coltdorsey/cypress-iap/issues"
},
"homepage": "https://github.com/onXmaps/cypress-libraries#readme",
"homepage": "https://github.com/coltdorsey/cypress-iap#readme",
"devDependencies": {
"cypress": "^5.2.0"
},
"dependencies": {}
}
}

0 comments on commit e0f6337

Please sign in to comment.