Skip to content

Commit

Permalink
Alight with ES6 modules in angular-point 5.x.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
scatcher committed Jan 10, 2017
1 parent fe38ca1 commit f9f81c6
Show file tree
Hide file tree
Showing 30 changed files with 3,268 additions and 17,217 deletions.
19 changes: 5 additions & 14 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

# Editor configuration, see http://editorconfig.org
root = true


[*]

# Change these settings to your own preference
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
36 changes: 9 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,15 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
node_modules

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
reports
typings
out
.tmp
docs

# Dependency directory
# Commenting this out is preferred by some people, see
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules

# Users Environment Variables
.lock-wscript
# Private
/config/_private.conf.json
.DS_Store

# IDE
.idea
.settings

# Bower
bower_components
.vscode
29 changes: 0 additions & 29 deletions bower.json

This file was deleted.

728 changes: 407 additions & 321 deletions dist/angular-point-group-manager.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/angular-point-group-manager.js.map

This file was deleted.

59 changes: 0 additions & 59 deletions gulpfile.js

This file was deleted.

72 changes: 0 additions & 72 deletions karma.conf.js

This file was deleted.

Loading

0 comments on commit f9f81c6

Please sign in to comment.