Skip to content

Commit

Permalink
Merge pull request #232 from Starcounter-Jack/use-ES6-modules
Browse files Browse the repository at this point in the history
Export non-bundled module
  • Loading branch information
tomalec committed Aug 22, 2019
2 parents ab74905 + 37f292d commit 3fb4dd6
Show file tree
Hide file tree
Showing 40 changed files with 3,009 additions and 1,384 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Expand Up @@ -9,12 +9,8 @@ npm-debug.log
.idea

# Typescript
*.d.ts
commonjs/*.d.ts
test/spec/typings/typingsSpec.js

# compiled files
src/*.js
lib/*

# SauceLabs logs
*.log
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
dist: trusty
node_js: lts/*
node_js: node
before_script:
- npm install
- npm run serve &
Expand Down

0 comments on commit 3fb4dd6

Please sign in to comment.