Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
BeebuddyUtil
/
dma-common-backend
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9d434344
authored
Oct 15, 2020
by
Beebuddy Builder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test v2
1 parent
a71f3090
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
dist/index.js
dist/package.json
package.json
dist/index.js
0 → 100644
View file @
9d43434
"use strict"
;
module
.
exports
=
require
(
'./dist'
);
\ No newline at end of file
dist/package.json
View file @
9d43434
...
...
@@ -5,7 +5,7 @@
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"build"
:
"babel src -D -d dist/src && babel ./.babelrc -D -d dist && babel ./package.json -D -d dist && echo '
\n
🍺 'Build success at `date '+%T %F'`"
"build"
:
"babel
index.js -D -d dist && babel
src -D -d dist/src && babel ./.babelrc -D -d dist && babel ./package.json -D -d dist && echo '
\n
🍺 'Build success at `date '+%T %F'`"
},
"devDependencies"
:
{
...
...
package.json
View file @
9d43434
...
...
@@ -5,7 +5,7 @@
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"build"
:
"babel src -D -d dist/src && babel ./.babelrc -D -d dist && babel ./package.json -D -d dist && echo '
\n
🍺 'Build success at `date '+%T %F'`"
"build"
:
"babel
index.js -D -d dist && babel
src -D -d dist/src && babel ./.babelrc -D -d dist && babel ./package.json -D -d dist && echo '
\n
🍺 'Build success at `date '+%T %F'`"
},
"devDependencies"
:
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment