Skip to content

Commit

Permalink
Migrating to yarn from npm (#340)
Browse files Browse the repository at this point in the history
* Migrated from npm to yarn

* Updated instructions

* Added yarn to CLI

* Added package-lock.json to gitignore
  • Loading branch information
maxsam4 authored and pabloruiz55 committed Oct 12, 2018
1 parent 84c0077 commit 06a1916
Show file tree
Hide file tree
Showing 8 changed files with 4,102 additions and 14,554 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ scTopics
coverageEnv
/flat
/tempPoly
.eslintrc.js
.eslintrc.js
package-lock.json
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
[__1.5.0__](https://www.npmjs.com/package/polymath-core?activeTab=readme) __15-08-18__

## Added
* Migrated from `npm` to `yarn`.
* Added `SingleTradeVolumeRestrictionManager` module
* Added flag in `PercentageTransferManager` to allow ignoring of issuance transfers
* Added `transferWithData`, `transferFromWithData`, `mintWithData`, `burnWithData` to allow passing of a `bytes _data` for off-chain validation
Expand Down
Loading

0 comments on commit 06a1916

Please sign in to comment.