move-file v2.0.0 Release Notes
Release Date: 2020-04-21 // about 5 years ago-
๐ฅ Breaking
๐ฅ Breaking for TypeScript users
- Only use a CommonJS export for the TypeScript definition (reason)
๐ You need to changeimport moveFile from 'move-file';
toimport moveFile = require('move-file');
๐ v1.2.0...v2.0.0
- Only use a CommonJS export for the TypeScript definition (reason)
Previous changes from v1.2.0
-
๐ v1.1.0...v1.2.0