File tree Expand file tree Collapse file tree 3 files changed +12
-887
lines changed Expand file tree Collapse file tree 3 files changed +12
-887
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "babel-cli" : " ^6.22.2" ,
4
3
"babel-core" : " ^6.22.1" ,
5
4
"babel-preset-env" : " ^1.2.2" ,
6
5
"babel-preset-latest" : " ^6.24.0" ,
12
11
"name" : " babel-plugin-debug-macros" ,
13
12
"version" : " 0.1.11" ,
14
13
"description" : " Debug macros and feature flag stripping" ,
15
- "main" : " dist /index.js" ,
14
+ "main" : " src /index.js" ,
16
15
"files" : [
17
- " dist /" ,
18
- " !dist /tests"
16
+ " src /" ,
17
+ " !src /tests"
19
18
],
20
19
"repository" : {
21
20
"type" : " git" ,
22
21
"url" : " https://github.com/chadhietala/babel-debug-macros"
23
22
},
24
23
"scripts" : {
25
- "build" : " babel src --out-dir dist" ,
26
- "prepublish" : " babel src --out-dir dist" ,
27
- "test" : " babel src --out-dir dist && mocha dist/tests/**-test.js"
24
+ "test" : " mocha src/tests/**-test.js"
28
25
},
29
26
"keywords" : [
30
27
" babel" ,
You can’t perform that action at this time.
0 commit comments