Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pagedjs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
145
Issues
145
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tools
pagedjs
Commits
5f9453b6
Commit
5f9453b6
authored
Aug 01, 2018
by
Fred Chasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add babeled legacy dist
parent
60616244
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
package.json
package.json
+2
-1
No files found.
package.json
View file @
5f9453b6
...
...
@@ -35,13 +35,14 @@
},
"scripts"
:
{
"build"
:
"./node_modules/.bin/rollup -c"
,
"legacy"
:
"./node_modules/.bin/rollup -c rollup.legacy.config.js"
,
"start"
:
"./node_modules/.bin/rollup -w -c rollup.server.config.js"
,
"test"
:
"npm run tests && npm run specs"
,
"tests"
:
"jest --config=tests/jest.config.js"
,
"specs"
:
"jest --config=specs/jest.config.js"
,
"compile"
:
"./node_modules/.bin/babel src/ -d lib/"
,
"pretest"
:
"npm run build"
,
"prepublishOnly"
:
"npm run build && npm run compile"
,
"prepublishOnly"
:
"npm run build && npm run compile
&& npm run legacy
"
,
"watch"
:
"./node_modules/.bin/rollup -w -c"
},
"repository"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment