mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(npm): publish package as 'ionic-angular'
BREAKING CHANGE: imports from the framework were: ``` import {Platform} from 'ionic-framework/ionic'; ``` and are now: ``` import {Platform} from 'ionic-angular'; ```
This commit is contained in:
@ -2,7 +2,7 @@ var webpack = require('webpack');
|
||||
|
||||
module.exports = {
|
||||
entry: [
|
||||
"./dist/ionic.js"
|
||||
"./dist/index.js"
|
||||
],
|
||||
output: {
|
||||
path: 'dist/bundles',
|
||||
|
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
entry: [
|
||||
"./dist/ionic.js"
|
||||
"./dist/index.js"
|
||||
],
|
||||
output: {
|
||||
path: 'dist/bundles',
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ionic-framework",
|
||||
"name": "ionic-angular",
|
||||
"version": "<%= ionicVersion %>",
|
||||
"license": "MIT",
|
||||
"keywords": ["ionic", "framework", "mobile", "app", "hybrid", "webapp", "cordova"],
|
||||
@ -7,7 +7,6 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/driftyco/ionic.git#2.0`"
|
||||
},
|
||||
"main": "tooling/index.js",
|
||||
"dependencies": {
|
||||
"colors": "^1.1.2",
|
||||
"inquirer": "0.11.0",
|
||||
|
Reference in New Issue
Block a user