Skip to content

Commit

Permalink
Merge pull request #21 from readdle/remove-build-to-js
Browse files Browse the repository at this point in the history
Remove build to JS
  • Loading branch information
Alexandr Rodik authored Oct 27, 2017
2 parents 55971a3 + 9bbcab5 commit 147f5c5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 96 deletions.
83 changes: 12 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"name": "ng1-shift",
"version": "0.0.9",
"version": "0.0.10",
"description": "Angular 1.5+ decorators for writing Angular2 like.",
"main": "dist/index.js",
"scripts": {
"test": "jest --watchAll",
"postinstall": "npm run build",
"build": "rollup -c rollup.config.js",
"build:watch": "rollup -c rollup.config.js -w"
"test": "jest --watchAll"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,16 +34,13 @@
]
},
"dependencies": {
"rollup": "0.41.6",
"rollup-plugin-typescript": "0.8.1",
"typescript": "2.3.4"
},
"devDependencies": {
"@types/angular": "1.6.26",
"@types/jest": "19.2.4",
"jest": "20.0.4",
"reflect-metadata": "0.1.10",
"rollup-watch": "3.2.2",
"ts-jest": "20.0.5",
"tslib": "1.7.1"
}
Expand Down
16 changes: 0 additions & 16 deletions rollup.config.js

This file was deleted.

0 comments on commit 147f5c5

Please sign in to comment.