Skip to content

Commit f87c274

Browse files
authored
Rename the dist folder 'plugins' (#444)
1 parent 653fc51 commit f87c274

File tree

27 files changed

+25
-27
lines changed

27 files changed

+25
-27
lines changed

index.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "solidity-coverage",
33
"version": "0.7.0-beta.2",
44
"description": "",
5-
"main": "dist/buidler.plugin.js",
5+
"main": "plugins/buidler.plugin.js",
66
"bin": {
7-
"solidity-coverage": "./dist/bin.js"
7+
"solidity-coverage": "./plugins/bin.js"
88
},
99
"directories": {
1010
"test": "test"
File renamed without changes.

dist/buidler.plugin.js renamed to plugins/buidler.plugin.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const API = require('./../lib/api');
2-
const utils = require('./plugin-assets/plugin.utils');
3-
const buidlerUtils = require('./plugin-assets/buidler.utils');
4-
const PluginUI = require('./plugin-assets/buidler.ui');
2+
const utils = require('./resources/plugin.utils');
3+
const buidlerUtils = require('./resources/buidler.utils');
4+
const PluginUI = require('./resources/buidler.ui');
55

66
const pkg = require('./../package.json');
77
const death = require('death');
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)